mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-15 02:14:44 +00:00
25 lines
520 B
JSON
25 lines
520 B
JSON
{
|
|
"compilerOptions": {
|
|
"allowJs": true,
|
|
"checkJs": true,
|
|
"module": "ES2022",
|
|
"skipLibCheck": true,
|
|
"moduleResolution": "Node",
|
|
"noEmit": true,
|
|
"target": "ES2022",
|
|
"types": [
|
|
"../../../packages/types",
|
|
"./types/vue",
|
|
],
|
|
"strict": true,
|
|
},
|
|
"include": [
|
|
"./components/*.vue",
|
|
"./pages/*.vue",
|
|
],
|
|
"vueCompilerOptions": {
|
|
"strictTemplates": true,
|
|
"target": 2.7
|
|
}
|
|
}
|