tsconfig.node.json 248 B

12345678910111213
  1. {
  2. "compilerOptions": {
  3. "composite": true,
  4. "module": "ESNext",
  5. "moduleResolution": "Node",
  6. "allowSyntheticDefaultImports": true
  7. },
  8. "include": [
  9. "vite.config.ts",
  10. "src/app/**/constant.ts",
  11. "src/app/appType.ts",
  12. ]
  13. }