tsconfig: update

This commit is contained in:
maxlath 2024-03-14 13:49:15 +01:00
parent 2b6921cbf6
commit 9f74028cd9
3 changed files with 5 additions and 4 deletions

View file

@ -7,6 +7,7 @@
},
"include": [
"config/**/*",
"server/**/*"
"server/**/*",
"types/**/*",
]
}

View file

@ -6,6 +6,7 @@
"include": [
"config/**/*",
"server/**/*",
"types/**/*",
// "scripts/**/*",
// "tests/**/*"
],

View file

@ -9,8 +9,8 @@
"moduleResolution": "nodenext",
"baseUrl": ".",
"rootDir": ".",
"allowJs": true,
"checkJs": true,
"allowJs": false,
"checkJs": false,
"skipLibCheck": true,
"incremental": true,
"paths": {
@ -82,7 +82,6 @@
"./db/**/*",
"./dist/**/*",
"./dumps/**/*",
"./server/db/couchdb/design_docs/*",
"./storage/**/*",
"**/node_modules/*",
]