chore: remove app/models from node TypeScript config paths
This commit is contained in:
parent
d93812315d
commit
2b5aecced5
1 changed files with 1 additions and 2 deletions
|
|
@ -4,8 +4,7 @@
|
|||
"server/**/*.ts",
|
||||
"vite.config.ts",
|
||||
"database/**/*.ts",
|
||||
"app/contexts/**/*.ts",
|
||||
"app/models/**/*.ts"
|
||||
"app/contexts/**/*.ts"
|
||||
],
|
||||
"compilerOptions": {
|
||||
"composite": true,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue