DefinitelyTyped/types/json-stream-stringify/tsconfig.json
segayuu 635592e97f Create types: @types/json-stream-stringify (#35655)
* Create(dts-gen): create json-stream-stringify

* Define type JsonStreamStringify class

* Create Test

* Enable strictFunctionTypes

* Fix lint Errors
2019-05-22 09:29:10 -07:00

24 lines
502 B
JSON

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