mirror of
https://github.com/FlipsideCrypto/DefinitelyTyped.git
synced 2026-02-06 10:56:53 +00:00
* Initial Typings for bpmn-moddle * Removal of Camunda Typings from repository * Header file and ensuring tslint extends correctly * Fix for tslint extending incorrectly * Removal of whitespace on line 1 for test runner. * Removed all additional tslint rules. Added corresponding fixes to typings. * Minor change to restart timing out build - Issue:20308
17 lines
426 B
JSON
17 lines
426 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "commonjs",
|
|
"lib": ["es6"],
|
|
"noImplicitAny": true,
|
|
"noImplicitThis": true,
|
|
"strictNullChecks": true,
|
|
"strictFunctionTypes": true,
|
|
"baseUrl": "../",
|
|
"typeRoots": ["../"],
|
|
"types": [],
|
|
"noEmit": true,
|
|
"forceConsistentCasingInFileNames": true
|
|
},
|
|
"files": ["index.d.ts", "bpmn-moddle-tests.ts"]
|
|
}
|