Files
DefinitelyTyped/types/html2json/tsconfig.json
Yunus Emre c34686ceb6 adding typings for html2json (#60195)
* adding typings for html2json

* fix errors
2022-05-06 09:45:26 -07:00

24 lines
490 B
JSON

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