Update include

This commit is contained in:
Douglas Barone 2023-10-17 08:57:01 -04:00
parent d0f0b7e72c
commit 63a3c3e4a8

View File

@ -106,5 +106,5 @@
// "skipDefaultLibCheck": true, /* Skip type checking .d.ts files that are included with TypeScript. */
"skipLibCheck": true /* Skip type checking all .d.ts files. */
},
"include": ["src/**/*", "jobs/**/*", "globals.d.ts"]
"include": ["src/server/**/*"]
}