chore: npm best practices

This commit is contained in:
2026-07-04 21:52:08 +02:00
parent 33a292cddf
commit 832b9b2bad
7 changed files with 43 additions and 9 deletions
+1
View File
@@ -2,5 +2,6 @@ import { defineConfig } from "./dist/config";
export default defineConfig({
include: ["src/**.ts"],
outDir: "tests/generated",
templateHeader: ["console.log('hello, world!');"],
});