First TS builds
This commit is contained in:
parent
eb0992f28d
commit
9192dae0b5
1
.gitignore
vendored
1
.gitignore
vendored
@ -90,7 +90,6 @@ out
|
||||
|
||||
# Nuxt.js build / generate output
|
||||
.nuxt
|
||||
dist
|
||||
|
||||
# Gatsby files
|
||||
.cache/
|
||||
|
27
dist/cjs/index.js
vendored
Normal file
27
dist/cjs/index.js
vendored
Normal file
File diff suppressed because one or more lines are too long
42558
dist/index.js
vendored
Normal file
42558
dist/index.js
vendored
Normal file
File diff suppressed because one or more lines are too long
@ -8,8 +8,10 @@
|
||||
"dsql-dump": "dist/engine/dump.js"
|
||||
},
|
||||
"scripts": {
|
||||
"build": "bun build ./index.ts --outdir ./dist --target node --format esm",
|
||||
"dev": "bun build ./index.ts --outdir ./dist --target node --format esm --watch"
|
||||
"build": "bun build ./index.ts --outdir ./dist --target node --splitting --minify",
|
||||
"build:cjs": "bun build ./index.ts --outdir ./dist/cjs --target node --format cjs --splitting --minify",
|
||||
"build:esm": "bun build ./index.ts --outdir ./dist/esm --target node --format esm --splitting --minify",
|
||||
"dev": "bun build ./index.ts --outdir ./dist --target node --splitting --minify --watch"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
Loading…
Reference in New Issue
Block a user