chore: fix namespaces

This commit is contained in:
2026-07-04 22:40:58 +02:00
parent 832b9b2bad
commit 9d3ef431b0
6 changed files with 66 additions and 26 deletions
+2 -1
View File
@@ -1,7 +1,8 @@
import { defineConfig } from "./dist/config";
export default defineConfig({
include: ["src/**.ts"],
include: ["src/**/*.ts"],
outDir: "tests/generated",
templateHeader: ["console.log('hello, world!');"],
emitRegions: true,
});