DefinitelyTyped/types/whatwg-encoding/tsconfig.json
fengkx 548030f4f9
types: add types of whatwg-encoding (#43328)
* types: add types of whatwg-encoding

* rename to tests
2020-03-31 16:06:17 -07:00

17 lines
430 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", "whatwg-encoding-tests.ts"]
}