You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

21 lines
559 B

2 years ago
  1. {
  2. "compilerOptions": {
  3. "target": "ESNext",
  4. "useDefineForClassFields": true,
  5. "lib": ["DOM", "DOM.Iterable", "ESNext"],
  6. "allowJs": false,
  7. "skipLibCheck": true,
  8. "esModuleInterop": false,
  9. "allowSyntheticDefaultImports": true,
  10. "strict": true,
  11. "forceConsistentCasingInFileNames": true,
  12. "module": "ESNext",
  13. "moduleResolution": "Node",
  14. "resolveJsonModule": true,
  15. "isolatedModules": true,
  16. "noEmit": true,
  17. "jsx": "react-jsx"
  18. },
  19. "include": ["src"],
  20. "references": [{ "path": "./tsconfig.node.json" }]
  21. }