stock-bot/libs/core/config/tsconfig.json
2025-06-22 17:55:51 -04:00

10 lines
187 B
JSON

{
"extends": "../../../tsconfig.json",
"compilerOptions": {
"outDir": "./dist",
"rootDir": "./src",
"composite": true
},
"include": ["src/**/*"],
"references": []
}