{
// https://nuxt.com/docs/guide/concepts/typescript
"files": [],
"references": [
{
"path": "./.nuxt/tsconfig.app.json"
},
{
"path": "./.nuxt/tsconfig.server.json"
},
{
"path": "./.nuxt/tsconfig.shared.json"
},
{
"path": "./.nuxt/tsconfig.node.json"
}
],
"compilerOptions": {
"strict": true,
"moduleResolution": "bundler",
"module": "ESNext",
"target": "ESNext",
"paths": {
"~/*": ["./app/*"],
"~~/*": ["./*"],
"#imports": ["./app/types/nuxt-shims"]
}
},
"include": ["app/**/*.ts", "app/**/*.d.ts", "shared/**/*.ts"]
}