diff --git a/tsconfig.json b/tsconfig.json index 2895e1d..13e53bc 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,4 +1,5 @@ { "extends": ["@tsconfig/bun", "@tsconfig/strictest"], - "exclude": ["node_modules", "public"] + "include": ["src/resources/scripts/"], + "exclude": ["node_modules/", "public/"] }