DefinitelyTyped/types/safe-timers/tsconfig.json
Kamil Socha 6e560d4643 [safe-timers] Add definitions (#41454)
* Add safe-timers definitions

* Remove not public api, add comments
2020-01-07 15:30:12 -08:00

24 lines
492 B
JSON

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