File: build

package info (click to toggle)
node-parse-json 5.2.0%2B~cs5.1.7-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 440 kB
  • sloc: javascript: 81; makefile: 2; sh: 2
file content (3 lines) | stat: -rw-r--r-- 138 bytes parent folder | download | duplicates (2)
1
2
3
tsc --build tsconfig.build.json
mv build/index.js build/index.mjs
babeljs -o build/index.js --presets '@babel/preset-env' build/index.mjs