generated from blueplum/typescript-template
chore: fix namespaces
This commit is contained in:
+2
-1
@@ -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,
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user