mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-08-20 01:55:26 -05:00
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:
5
scripts/tsconfig.json
Normal file
5
scripts/tsconfig.json
Normal file
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"extends": "../tsconfig.json",
|
||||
"include": ["./**/*.ts", "../types/**/*.d.ts"],
|
||||
"exclude": []
|
||||
}
|
||||
Reference in New Issue
Block a user