DefinitelyTyped/types/tocktimer/tsconfig.json
Evan Shortiss dbb5456b01 Add "tocktimer" typings (#20017)
* add types for tocktimer

* use correct formatting

* add linting and update structure

* update for build issues
2017-09-26 14:07:01 +09:00

23 lines
453 B
JSON

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