Uecko_ERP/modules/core/tsconfig.json

8 lines
111 B
JSON
Raw Normal View History

2025-05-09 10:45:32 +00:00
{
"extends": "../../tsconfig.json",
"compilerOptions": {
"composite": true
},
"include": ["src"]
}