Files
DefinitelyTyped/bunyan-blackhole/tsconfig.json
Olivier Chevet 9af10f325e bunyan-blackhole : Initial commit for v0.2.0 (#14668)
* Initial commit for v0.2.0

* added tslint compliance
2017-03-10 16:15:11 -08:00

22 lines
460 B
JSON

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