DefinitelyTyped/types/clusterize.js/tsconfig.json
Philipp Shestakov 490c4210d6 Added definitions for clusterize.js (#20738)
* Added definitions for clusterize.js

* Fixed definitions author.

* Review fixes.

* Review fix.
2017-10-20 07:25:57 -07:00

24 lines
494 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",
"clusterize.js-tests.ts"
]
}