1
0
Fork 0

fix type build script

master
Sebastian Di Luzio 2021-12-08 20:24:11 +01:00
parent d46736c01a
commit 0a2426a6dd
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@
"test": "node bin/sanitycheck.js && eslint ./apps --ext .js",
"start": "npx http-server -c-1",
"build:example": "tsc ./apps/widChargingStatus/widget.ts --outDir ./apps/widChargingStatus/dist",
"build:types": "tsc .typescript/types/globals.d.ts"
"build:types": "tsc ./typescript/types/globals.d.ts"
},
"dependencies": {
"acorn": "^7.2.0"