DefinitelyTyped/types/clockpicker/tsconfig.json
Jean-Francois Cere 0a21515501 Add clockpicker definitions for v0.0.7 (#20389)
* Add clockpicker definitions for v0.0.7

* Removed dt-header rule and fix version
2017-10-09 15:35:38 -07:00

25 lines
513 B
JSON

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