re-add include

This commit is contained in:
Mylloon 2024-11-02 18:04:22 +01:00
parent a550a8bc3f
commit 76d19dec6e
Signed by: Anri
GPG key ID: A82D63DFF8D1317F

View file

@ -102,5 +102,6 @@
// "skipDefaultLibCheck": true, /* Skip type checking .d.ts files that are included with TypeScript. */
"skipLibCheck": true /* Skip type checking all .d.ts files. */
},
"include": ["./**/*.ts", "./src/locales/*.json"],
"exclude": ["./src/tests"]
}