DefinitelyTyped/types/dice-coefficient/tsconfig.json
Nicholai Nissen 1d68e381aa
Add types for dice-coefficient (#43680)
* feat: Add dice-coefficient

* fix: Correct url mistake
2020-04-06 13:47:08 -07:00

25 lines
530 B
JSON

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