tsconfig.json 196 B

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