mirror of
https://github.com/railly/agentfiles.git
synced 2026-07-22 14:30:25 +00:00
fix: exclude scripts from tsconfig
This commit is contained in:
parent
93cc24926f
commit
c92c26e99b
1 changed files with 1 additions and 1 deletions
|
|
@ -30,5 +30,5 @@
|
|||
".next/dev/types/**/*.ts",
|
||||
"**/*.mts"
|
||||
],
|
||||
"exclude": ["node_modules"]
|
||||
"exclude": ["node_modules", "scripts"]
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue