DefinitelyTyped/types/millisecond/tsconfig.json
Aayush Kapoor 54698152db Add millisecond package types (#27073)
* Add millisecond package types

* Update definition
2018-07-05 10:03:44 -07:00

24 lines
495 B
JSON

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