Exclude scripts from main typecheck

The dicts might or might not exist. The new command can be ran
when the dicts do exist.
This commit is contained in:
Kalle
2026-04-26 17:53:13 +03:00
parent e1b9be7feb
commit a8a42797e5
3 changed files with 7 additions and 0 deletions

5
scripts/tsconfig.json Normal file
View File

@@ -0,0 +1,5 @@
{
"extends": "../tsconfig.json",
"include": ["./**/*.ts", "../types/**/*.d.ts"],
"exclude": []
}