23 lines
338 B
JSON
23 lines
338 B
JSON
{
|
|
"files": [],
|
|
"extends": "./.nuxt/tsconfig.json",
|
|
"references": [
|
|
{
|
|
"path": "./.nuxt/tsconfig.app.json"
|
|
},
|
|
{
|
|
"path": "./.nuxt/tsconfig.server.json"
|
|
},
|
|
{
|
|
"path": "./.nuxt/tsconfig.shared.json"
|
|
},
|
|
{
|
|
"path": "./.nuxt/tsconfig.node.json"
|
|
}
|
|
],
|
|
"include": [
|
|
"./**/*.d.ts",
|
|
"./**/*.ts",
|
|
"./**/*.vue"
|
|
]
|
|
}
|