DefinitelyTyped/types/webidl2/tsconfig.json
ExE Boss ab4ea1e0b6
feat(webidl2): Update to v23.11 (#43572)
* feat(webidl2): Update to v23.11

* fix(webidl2): Address review comments

Co-Authored-By: Kagami Sascha Rosylight <saschanaz@outlook.com>

Co-authored-by: Kagami Sascha Rosylight <saschanaz@outlook.com>
2020-04-02 10:10:39 -07:00

23 lines
488 B
JSON

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