Reorganize files for TS conversion

This commit is contained in:
Tangent Wantwight 2023-08-04 23:54:52 -04:00
parent 56d7826aad
commit 8b4584eb48
6 changed files with 2 additions and 2 deletions

View File

@ -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",

View File

View File