tsconfig.json 286 B

12345678910
  1. {
  2. "extends": "@vue/tsconfig/tsconfig.dom.json",
  3. "include": ["env.d.ts", "src/**/*.ts", "src/**/*.vue", "src/**/*.d.ts"],
  4. "compilerOptions": {
  5. "esModuleInterop": true,
  6. "allowSyntheticDefaultImports": true,
  7. "isolatedModules": true,
  8. "ignoreDeprecations": "6.0"
  9. }
  10. }