mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-02-12 11:52:44 +00:00
* 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>
23 lines
488 B
JSON
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"
|
|
]
|
|
}
|