10 lines
321 B
JSON
10 lines
321 B
JSON
{
|
|
"extends": ["//"],
|
|
"tasks": {
|
|
"build": {
|
|
"dependsOn": ["@stock-bot/types#build", "@stock-bot/utils#build"],
|
|
"outputs": ["dist/**"],
|
|
"inputs": ["src/**", "package.json", "tsconfig.json", "!**/*.test.ts", "!**/*.spec.ts", "!**/test/**", "!**/tests/**", "!**/__tests__/**"]
|
|
}
|
|
}
|
|
}
|