mirror of
https://gitgud.io/BondageProjects/Bondage-College.git
synced 2025-04-25 09:49: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,
|
"noEmit": true,
|
||||||
"module": "commonjs",
|
"module": "commonjs",
|
||||||
"target": "ES2021",
|
"target": "ES2021",
|
||||||
"lib": ["es2021", "dom"],
|
"lib": ["es2021", "dom", "DOM.Iterable"],
|
||||||
"allowJs": true,
|
"allowJs": true,
|
||||||
"strict": true,
|
"strict": true,
|
||||||
"noImplicitAny": true
|
"noImplicitAny": true
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
"compilerOptions": {
|
"compilerOptions": {
|
||||||
"module": "commonjs",
|
"module": "commonjs",
|
||||||
"target": "ES2021",
|
"target": "ES2021",
|
||||||
"lib": ["es2021", "dom"],
|
"lib": ["es2021", "dom", "DOM.Iterable"],
|
||||||
"checkJs": true,
|
"checkJs": true,
|
||||||
"types": [],
|
"types": [],
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Reference in a new issue