{ | |
"extends": "../../tsconfig.json", | |
"include": ["**/*.ts", "**/*.tsx"], | |
"compilerOptions": { | |
"customConditions": ["dev"] | |
} | |
} | |
{ | |
"extends": "../../tsconfig.json", | |
"include": ["**/*.ts", "**/*.tsx"], | |
"compilerOptions": { | |
"customConditions": ["dev"] | |
} | |
} | |