18 lines
293 B
JSON
18 lines
293 B
JSON
// https://v3.nuxtjs.org/concepts/typescript
|
|
{
|
|
"include": [
|
|
"src/**/*"
|
|
],
|
|
"extends": "./.nuxt/tsconfig.json",
|
|
"compilerOptions": {
|
|
"strict": true,
|
|
"plugins": [
|
|
{
|
|
"name": "typescript-strict-plugin"
|
|
}
|
|
],
|
|
"types": [
|
|
"@pinia/nuxt"
|
|
]
|
|
},
|
|
} |