Get things building

This commit is contained in:
Jon Staab
2025-04-02 10:48:51 -07:00
parent 0d2ef9b816
commit 7e66d91f65
22 changed files with 84 additions and 21 deletions
+1 -1
View File
@@ -15,7 +15,7 @@
"scripts": {
"build": "pnpm run clean && pnpm run compile",
"clean": "rimraf ./dist",
"compile": "tsc -p tsconfig.build.json",
"compile": "tsc -b tsconfig.build.json",
"prepublishOnly": "pnpm run build"
},
"dependencies": {