mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-11 16:43:55 +00:00
6318438415
Co-authored-by: Daniel Roe <daniel@roe.dev>
22 lines
409 B
JSON
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/*"]
|
|
}
|