Update tsconfig.json

This commit is contained in:
freearhey
2026-05-03 21:36:26 +03:00
parent 1a5bf524bd
commit 4b9d92289c

View File

@@ -13,6 +13,6 @@
"allowJs": true,
"outDir": "./dist"
},
"include": ["scripts/**/*", "src/**/*"],
"include": ["scripts/**/*", "tests/**/*"],
"exclude": ["node_modules", "dist"]
}