removed include and excludes from tsconfig.json

This commit is contained in:
Ulf Gebhardt 2023-06-21 16:39:57 +02:00
parent 57704d8095
commit e6c9cf47a7
Signed by: ulfgebhardt
GPG Key ID: DA6B843E748679C9

View File

@ -106,6 +106,4 @@
// "skipDefaultLibCheck": true, /* Skip type checking .d.ts files that are included with TypeScript. */
"skipLibCheck": true /* Skip type checking all .d.ts files. */
},
"include": ["./src/**/*"],
"exclude": ["./src/**/*.spec.ts"]
}