Files
DefinitelyTyped/types/json-stream/tsconfig.json
Trim21 3758091153 🤖 Merge PR #65201 [json-stream]: add new package by @trim21
* add json-stream

* fix type

* fix exports
2023-04-20 11:56:18 -07:00

24 lines
492 B
JSON

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