Files
DefinitelyTyped/types/p-log/tsconfig.json
Dimitri Benin 9a3ff8c20a [p-log] introduce typings (#18715)
* [p-log] introduce typings

* [p-log] change placement of type parameter
2017-08-14 11:12:56 -07:00

23 lines
449 B
JSON

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