Uecko_ERP/scripts/templates/server/tsconfig.json

11 lines
158 B
JSON
Raw Normal View History

2025-05-02 21:43:51 +00:00
{
"extends": "@repo/typescript-config/node",
"include": ["."],
"compilerOptions": {
"baseUrl": ".",
"paths": {
"@/*": ["./*"]
}
}
}