1
0
Fork 0
mirror of synced 2024-07-05 22:40:39 +12:00

Types via esbuild

This commit is contained in:
Adria Navarro 2023-08-08 18:42:39 +03:00
parent 4f5d286f62
commit 0bc7a647df

View file

@ -14,7 +14,7 @@
"license": "GPL-3.0",
"scripts": {
"prebuild": "rimraf dist/",
"build": "tsc -p tsconfig.build.json",
"build": "node ../../scripts/build.js && tsc -p tsconfig.build.json --emitDeclarationOnly",
"build:dev": "yarn prebuild && tsc --build --watch --preserveWatchOutput",
"dev:builder": "yarn prebuild && tsc -p tsconfig.json --watch --preserveWatchOutput",
"check:types": "tsc -p tsconfig.json --noEmit --paths null"