1
0
mirror of https://github.com/robonen/tools.git synced 2026-03-20 10:54:44 +00:00

feat(packages/stdlib): change build system to unbuild

This commit is contained in:
2024-04-19 02:29:27 +07:00
parent 26a99b7d67
commit 531e1721bb
6 changed files with 1630 additions and 407 deletions

View File

@@ -5,6 +5,7 @@
/* Basic Options */
"module": "Preserve",
"noEmit": true,
"lib": ["ESNext"],
"moduleResolution": "Bundler",
"target": "ESNext",
"outDir": "dist",
@@ -26,7 +27,7 @@
/* Library transpiling */
"declaration": true,
"composite": true,
// "composite": true,
"sourceMap": false,
"declarationMap": false
},