This website works better with JavaScript.
Home
Help
Register
Sign In
ashpie
/
update.eternae.ink
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
8
Wiki
Activity
Browse Source
tsconfig: temporarily skipLibCheck
master
Alice Gaudon
3 months ago
parent
442166229e
commit
29e5f5a62b
1 changed files
with
2 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-1
tsconfig.json
+ 2
- 1
tsconfig.json
View File
@ -12,7 +12,8 @@
"typeRoots"
:
[
"./node_modules/@types"
]
,
"resolveJsonModule"
:
true
"resolveJsonModule"
:
true
,
"skipLibCheck"
:
true
}
,
"include"
:
[
"src/**/*"
,
Write
Preview
Loading…
Cancel
Save