tsconfig.json 170 B

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