base tsconfig: remove files section

All files are specified in the individual sub projects
This commit is contained in:
Reto Brunner 2023-01-29 23:32:23 +01:00
parent b7540b5827
commit 12c03a868d

View file

@ -99,6 +99,5 @@
// "skipDefaultLibCheck": true, /* Skip type checking .d.ts files that are included with TypeScript. */
"skipLibCheck": true /* Skip type checking all .d.ts files. */
},
"files": ["./package.json", "./server/helper.ts"],
"exclude": ["./dist"]
}