Files
DefinitelyTyped/types/pick-weight/tsconfig.json
Roberts Slisans 4bcdebd32e Added pick-weight (#18693)
* Created definitions & tests for pick-weight 🎲

* Fix no-single-module
2017-08-08 14:22:46 -07:00

23 lines
455 B
JSON

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