Nuxt/tsconfig.json
pooya parsa 6318438415
feat(nitro, vite): use native module (#252)
Co-authored-by: Daniel Roe <daniel@roe.dev>
2021-07-15 11:38:06 +02:00

22 lines
409 B
JSON

{
"compilerOptions": {
"esModuleInterop": true,
"skipLibCheck": true,
"target": "ESNext",
"module": "ESNext",
"moduleResolution": "Node",
"strict": false,
"allowJs": true,
"noUnusedLocals": true,
"resolveJsonModule": true,
"types": [
"node",
"mocha",
"chai",
"@nuxt/app",
"@nuxt/nitro",
]
},
"exclude": ["./packages/*/dist/*"]
}