fix: remove redundant aliases

This commit is contained in:
Viet An
2026-06-06 16:26:26 +07:00
parent ce2e341401
commit de78da2d47
84 changed files with 237 additions and 233 deletions

View File

@@ -1,12 +1,18 @@
{
// https://nuxt.com/docs/guide/concepts/typescript
"extends": "./.nuxt/tsconfig.json",
"compilerOptions": {
"ignoreDeprecations": "6.0",
"baseUrl": "./app",
"paths": {
"@/*": ["./*"],
"~/*": ["../*"]
"files": [],
"references": [
{
"path": "./.nuxt/tsconfig.app.json"
},
{
"path": "./.nuxt/tsconfig.server.json"
},
{
"path": "./.nuxt/tsconfig.shared.json"
},
{
"path": "./.nuxt/tsconfig.node.json"
}
}
]
}