DefinitelyTyped/types/chai-moment/tsconfig.json
Chris Godsey d6a5af9170 added chai-moment typescript bindings (#33915)
* added chai-moment typescript bindings

* fixed linting stuff

* added one more newline at the end of a file
2019-03-15 10:56:39 -07:00

24 lines
492 B
JSON

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