Add tsc-alias

This commit is contained in:
Tarrgon
2026-06-03 19:48:13 -04:00
parent 52a227334f
commit fd3f626db4
3 changed files with 268 additions and 3 deletions
+5 -2
View File
@@ -16,7 +16,10 @@
"ES2021.String"
]
},
"include": ["src"],
"exclude": ["node_modules"]
"exclude": ["node_modules"],
"tsc-alias": {
"resolveFullPaths": true,
"verbose": false
}
}