feat: new tsconfig switch

This commit is contained in:
Joel
2025-11-14 14:57:56 +08:00
parent d444fa1c70
commit bc691464a2
7 changed files with 55 additions and 3 deletions

13
web/tsconfig.ce.json Normal file
View File

@ -0,0 +1,13 @@
{
"extends": "./tsconfig.json",
"compilerOptions": {
"paths": {
"@edition/*": [
"./app/edition/community/*"
],
"~@edition/*": [
"./app/edition/community/*"
]
}
}
}