tsconfig: update
This commit is contained in:
parent
2b6921cbf6
commit
9f74028cd9
3 changed files with 5 additions and 4 deletions
|
@ -7,6 +7,7 @@
|
|||
},
|
||||
"include": [
|
||||
"config/**/*",
|
||||
"server/**/*"
|
||||
"server/**/*",
|
||||
"types/**/*",
|
||||
]
|
||||
}
|
||||
|
|
|
@ -6,6 +6,7 @@
|
|||
"include": [
|
||||
"config/**/*",
|
||||
"server/**/*",
|
||||
"types/**/*",
|
||||
// "scripts/**/*",
|
||||
// "tests/**/*"
|
||||
],
|
||||
|
|
|
@ -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/*",
|
||||
]
|
||||
|
|
Loadingâ¦
Add table
Add a link
Reference in a new issue