tsconfig.json 194 B

12345678
  1. {
  2. "extends": ["../tsconfig.json"],
  3. "compilerOptions": {
  4. "allowSyntheticDefaultImports": true
  5. },
  6. "include": ["**/*.ts",".nitro/types/*.d.ts"],
  7. "exclude": [".output",".nitro/dev"]
  8. }