mirror of
https://github.com/C9Glax/tranga-website.git
synced 2025-10-11 21:29:50 +02:00
13 lines
446 B
JSON
13 lines
446 B
JSON
{
|
|
// 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" }
|
|
],
|
|
"compileOnSave": true,
|
|
"compilerOptions": { "noUncheckedIndexedAccess": true, "module": "NodeNext", "moduleResolution": "NodeNext" }
|
|
}
|