tsconfig.json 292 B

1234567891011121314
  1. {
  2. "$schema": "http://json.schemastore.org/tsconfig",
  3. "extends": "../../tsconfig.base.json",
  4. "compilerOptions": {
  5. "jsx": "react-jsx",
  6. "baseUrl": ".",
  7. "paths": {},
  8. /* TODO: remove below flags for strict checking */
  9. "noImplicitAny": false
  10. },
  11. "include": ["src"]
  12. }