update: Add tsconfig.build.json

Signed-off-by: bcakmakoglu <78412429+bcakmakoglu@users.noreply.github.com>
This commit is contained in:
bcakmakoglu
2022-02-21 10:40:41 +01:00
committed by Braks
parent b7abb31c24
commit b51c26f6bb
3 changed files with 49 additions and 2 deletions

View File

@@ -28,7 +28,7 @@
"scripts": {
"prepare": "ts-patch install -s",
"dev": "vite",
"build": "export NODE_OPTIONS=\"--max-old-space-size=5120\" && vite build && vue-tsc --declaration --emitDeclarationOnly && tsc && rm -rf tmp",
"build": "export NODE_OPTIONS=\"--max-old-space-size=5120\" && vite build && vue-tsc --declaration --emitDeclarationOnly && tsc -p tsconfig.build.json && rm -rf tmp",
"prepublishOnly": "yarn build",
"test": "cypress run-ct",
"test:open": "cypress open-ct",