DefinitelyTyped/types/date-arithmetic/tsconfig.json
Sergii Paryzhskyi 3a6713a0f9 Add definitions date-arithmetic package (#20555)
* Add type definitions and config to new package date-arithmetic

* Add tests for date-arithmetic package
2017-10-13 15:12:41 -07:00

23 lines
496 B
JSON

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