Uecko_ERP/templates/new-module/tsconfig.json

10 lines
157 B
JSON
Raw Normal View History

2025-09-27 19:28:50 +00:00
{
"extends": "../../tsconfig.base.json",
"compilerOptions": {
"outDir": "dist",
"rootDir": "src",
"strict": true
},
"include": ["src"]
}