2
0

tsconfig.json 272 B

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