mirror of
https://github.com/sartography/cr-connect-bpmn.git
synced 2025-02-25 14:45:40 +00:00
12 lines
166 B
JSON
12 lines
166 B
JSON
{
|
|
"extends": "../tsconfig.json",
|
|
"compilerOptions": {
|
|
"outDir": "../out-tsc/app",
|
|
"types": []
|
|
},
|
|
"exclude": [
|
|
"test.ts",
|
|
"**/*.spec.ts"
|
|
]
|
|
}
|