mirror of
https://gitgud.io/BondageProjects/Bondage-College.git
synced 2025-04-14 12:29:15 +00:00
TYP: Enable the DOM.Iterable
TS library
This commit is contained in:
parent
7baf19259d
commit
ec912b24ef
2 changed files with 2 additions and 2 deletions
BondageClub
|
@ -3,7 +3,7 @@
|
|||
"noEmit": true,
|
||||
"module": "commonjs",
|
||||
"target": "ES2021",
|
||||
"lib": ["es2021", "dom"],
|
||||
"lib": ["es2021", "dom", "DOM.Iterable"],
|
||||
"allowJs": true,
|
||||
"strict": true,
|
||||
"noImplicitAny": true
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
"compilerOptions": {
|
||||
"module": "commonjs",
|
||||
"target": "ES2021",
|
||||
"lib": ["es2021", "dom"],
|
||||
"lib": ["es2021", "dom", "DOM.Iterable"],
|
||||
"checkJs": true,
|
||||
"types": [],
|
||||
},
|
||||
|
|
Loading…
Add table
Reference in a new issue