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:
@@ -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
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user