DefinitelyTyped/types/jsprintmanager/tsconfig.json
Philippe AURIOU c2b4069bc7 Add new DefinitelyTyped JSPrintManager v2.0.2 (#36759)
* Add JSPrintManager v2.0.2

* tslint

* tstslint

* tslint

* tslint

* tslint

* tslint

* add tests

* add test

* add test

* add tests

* delete blank lines
2019-07-16 10:50:09 -07:00

25 lines
514 B
JSON

{
"compilerOptions": {
"module": "commonjs",
"lib": [
"es6",
"dom"
],
"noImplicitAny": true,
"noImplicitThis": true,
"strictNullChecks": true,
"baseUrl": "../",
"typeRoots": [
"../"
],
"types": [],
"noEmit": true,
"forceConsistentCasingInFileNames": true,
"strictFunctionTypes": true
},
"files": [
"index.d.ts",
"jsprintmanager-tests.ts"
]
}