mirror of
https://github.com/sartography/cr-connect-bpmn.git
synced 2025-01-09 08:42:14 +00:00
13 lines
213 B
JSON
13 lines
213 B
JSON
{
|
|
"extends": "../tsconfig.json",
|
|
"compilerOptions": {
|
|
"outDir": "../out-tsc/app",
|
|
"module": "commonjs",
|
|
"target": "es5",
|
|
"types": [
|
|
"jasmine",
|
|
"jasminewd2",
|
|
"node"
|
|
]
|
|
}
|
|
} |