Files
DefinitelyTyped/types/chayns/tsconfig.json
Henning Kühl af36b1bcf2 add typings for chayns version 0.14.0 (#18688)
* add chayns typings version 0.14.0

* fixes for tslint

* change project url for chayns JavaScript API

* fix version
2017-08-16 09:59:51 -07:00

23 lines
450 B
JSON

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