tsconfig.json 295 B

1234567891011
  1. {
  2. "extends": "./config/tsconfig.build.json",
  3. "compilerOptions": {
  4. "allowJs": true,
  5. "forceConsistentCasingInFileNames": true,
  6. "isolatedModules": true,
  7. "jsx": "react-jsx"
  8. },
  9. "include": ["static", "tests/js", "docs-ui"],
  10. "exclude": ["node_modules", "**/*.benchmark.ts"]
  11. }