tsconfig.json 243 B

123456789
  1. {
  2. // https://v3.nuxtjs.org/concepts/typescript
  3. "extends": "./.nuxt/tsconfig.json",
  4. "compilerOptions": {
  5. "typeRoots": ["./types", "./node_modules/@types"],
  6. "esModuleInterop": true,
  7. "allowSyntheticDefaultImports": true
  8. }
  9. }