Restructured toolchain to its own workspace

This commit is contained in:
2024-01-28 20:34:07 +01:00
parent d333ed98af
commit 502946376f
23 changed files with 312 additions and 196 deletions

View File

@@ -0,0 +1,9 @@
{
"include": ["src/zblog-toolchain.ts"],
"extends": "../../../tsconfig.json",
"compilerOptions": {
"outDir": "bin",
"declaration": true,
"declarationMap": true
}
}