refactor(workspace): remove tsconfig path aliases
use nuxt config instead
This commit is contained in:
parent
5d1af6a6fe
commit
ffaeee89ab
@ -5,19 +5,6 @@
|
|||||||
"allowJs": true,
|
"allowJs": true,
|
||||||
"noImplicitAny": false,
|
"noImplicitAny": false,
|
||||||
"noImplicitThis": false,
|
"noImplicitThis": false,
|
||||||
"verbatimModuleSyntax": false,
|
"verbatimModuleSyntax": false
|
||||||
"paths": {
|
|
||||||
"@models": ["./lib/models"],
|
|
||||||
"@client": ["./lib/client"],
|
|
||||||
"@server": ["./lib/server"],
|
|
||||||
"@models/*": ["./models/*"],
|
|
||||||
"@client/*": ["./lib/client/*"],
|
|
||||||
"@server/*": ["./lib/server/*"],
|
|
||||||
// "@models/**": ["./models/**"],
|
|
||||||
// "@client/**": ["./lib/client/**"],
|
|
||||||
// "@server/**": ["./lib/server/**"],
|
|
||||||
"@functions": ["./lib/functions.ts"],
|
|
||||||
"@dbconfig": ["./lib/dbconfig.ts"]
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user