mirror of
https://codeberg.org/timelimit/timelimit-server.git
synced 2025-10-02 17:29:23 +02:00
Add skipLibCheck to tsconfig.json
This commit is contained in:
parent
2c401288a3
commit
f10b79a023
1 changed files with 2 additions and 1 deletions
|
@ -11,7 +11,8 @@
|
|||
"noUnusedParameters": false,
|
||||
"noImplicitReturns": true,
|
||||
"noFallthroughCasesInSwitch": true,
|
||||
"sourceMap": true
|
||||
"sourceMap": true,
|
||||
"skipLibCheck": true
|
||||
},
|
||||
"include": [
|
||||
"./src/**/*"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue