DefinitelyTyped/types/date-utils/tsconfig.json

26 lines
461 B
JSON
Raw Permalink Normal View History

2019-04-29 17:36:27 +00:00
{
"compilerOptions": {
"module": "commonjs",
"lib": [
"es6"
],
"noImplicitAny": true,
"noImplicitThis": true,
"strictNullChecks": true,
"strictFunctionTypes": true,
"baseUrl": "../",
"typeRoots": [
"../"
],
"types": [
],
"noEmit": true,
"forceConsistentCasingInFileNames": true
},
"files": [
"index.d.ts",
"date-utils-tests.ts"
]
}