This commit is contained in:
Benjamin Toby
2025-07-15 10:02:55 +01:00
parent a71614cb0f
commit 4177497e48
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -17,5 +17,5 @@
"outDir": "dist"
},
"include": ["**/*.ts"],
"exclude": ["node_modules", "dist"]
"exclude": ["node_modules", "dist", "test"]
}