| 1234567891011121314 |
- {
- "$schema": "http://json.schemastore.org/tsconfig",
- "extends": "../../tsconfig.base.json",
- "compilerOptions": {
- "jsx": "react-jsx",
- "baseUrl": ".",
- "paths": {},
- /* TODO: remove below flags for strict checking */
- "noImplicitAny": false
- },
- "include": ["src"]
- }
|