Files
SYSTEM/tsconfig.json
2025-08-30 01:48:49 +03:00

21 lines
324 B
JSON

{
"files": [],
"references": [
{
"path": "./.nuxt/tsconfig.app.json"
},
{
"path": "./.nuxt/tsconfig.server.json"
},
{
"path": "./.nuxt/tsconfig.shared.json"
},
{
"path": "./.nuxt/tsconfig.node.json"
}
],
"compilerOptions": {
"strictNullChecks": true
}
}