DefinitelyTyped/types/bpmn-moddle/tsconfig.json
Haydos e5c9bcdaea New typings for bpmn-moddle (#27005)
* 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
2018-07-03 09:26:31 -07:00

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"]
}