1
0

tsconfig.json 205 B

1234567891011
  1. {
  2. "compilerOptions": {
  3. "target": "ESNext",
  4. "strict": true,
  5. "module": "ESNext",
  6. "jsx": "react-jsx",
  7. "moduleResolution": "node",
  8. "allowSyntheticDefaultImports": true
  9. },
  10. "include": ["./src"]
  11. }