tsconfig.json 178 B

12345678910
  1. {
  2. "$schema": "http://json.schemastore.org/tsconfig",
  3. "extends": "../../tsconfig.base.json",
  4. "compilerOptions": {
  5. "jsx": "react-jsx"
  6. },
  7. "include": [
  8. "src"
  9. ]
  10. }