This website works better with JavaScript.
Home
Explore
Help
Sign In
tesseract-design
/
goofy-goober
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Remove extra lib declaration
Remove DOM lib as it is not used.
master
TheoryOfNekomata
1 year ago
parent
5995b5d042
commit
f72303520d
1 changed files
with
1 additions
and
1 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
tsconfig.json
+ 1
- 1
tsconfig.json
View File
@@ -3,7 +3,7 @@
"compilerOptions": {
"compilerOptions": {
"rootDir": "src",
"rootDir": "src",
"module": "ESNext",
"module": "ESNext",
"lib": ["
DOM", "
ESNext"],
"lib": ["ESNext"],
"importHelpers": true,
"importHelpers": true,
"declaration": true,
"declaration": true,
"sourceMap": true,
"sourceMap": true,
Write
Preview
Loading…
Cancel
Save