scoped package

This commit is contained in:
Gregor Lohaus
2026-04-08 01:16:32 +02:00
parent 0e552ec4f5
commit b9f675d1b9
3 changed files with 29 additions and 8 deletions

10
tsconfig.build.json Normal file
View File

@@ -0,0 +1,10 @@
{
"extends": "./tsconfig.json",
"compilerOptions": {
"noEmit": false,
"declaration": true,
"emitDeclarationOnly": true,
"outDir": "./dist"
},
"include": ["index.ts", "parser.ts", "render.ts"]
}