Reorganize files for TS conversion
This commit is contained in:
parent
56d7826aad
commit
8b4584eb48
6 changed files with 2 additions and 2 deletions
|
@ -1,8 +1,8 @@
|
|||
{
|
||||
"scripts": {
|
||||
"check": "tsc --noEmit",
|
||||
"serve": "esbuild 3x5.js --bundle --format=iife --outfile=bundle.js --sourcemap --servedir=.",
|
||||
"build": "esbuild 3x5.js --bundle --format=iife --outfile=bundle.js"
|
||||
"serve": "esbuild src/3x5.ts --bundle --format=iife --outfile=bundle.js --sourcemap --servedir=.",
|
||||
"build": "esbuild src/3x5.ts --bundle --format=iife --outfile=bundle.js"
|
||||
},
|
||||
"devDependencies": {
|
||||
"esbuild": "^0.18.17",
|
||||
|
|
Loading…
Reference in a new issue