14 lines
189 B
JSON
14 lines
189 B
JSON
{
|
|
"extends": "./.nuxt/tsconfig.json",
|
|
"compilerOptions": {
|
|
"target": "ESNext",
|
|
"module": "ESNext",
|
|
"strict": true
|
|
},
|
|
"include": [
|
|
".nuxt/nuxt.d.ts",
|
|
"env.d.ts",
|
|
"**/*"
|
|
]
|
|
}
|