update: remove js files after declaration generation

Signed-off-by: Braks <78412429+bcakmakoglu@users.noreply.github.com>
This commit is contained in:
Braks
2021-11-16 13:08:18 +01:00
parent 476a5aa09b
commit 8414ee1ac1
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -23,7 +23,7 @@
"scripts": { "scripts": {
"prepare": "ts-patch install -s", "prepare": "ts-patch install -s",
"dev": "vite", "dev": "vite",
"build": "vite build && tsc", "build": "vite build && tsc && rm -rf tmp",
"prepublishOnly": "yarn build", "prepublishOnly": "yarn build",
"test": "exit 0;", "test": "exit 0;",
"lint:js": "eslint --ext \".js,.jsx,.ts,.tsx\" --fix --ignore-path .gitignore .", "lint:js": "eslint --ext \".js,.jsx,.ts,.tsx\" --fix --ignore-path .gitignore .",
+1
View File
@@ -1,5 +1,6 @@
{ {
"compilerOptions": { "compilerOptions": {
"outDir": "./tmp",
"baseUrl": ".", "baseUrl": ".",
"module": "ESNext", "module": "ESNext",
"target": "es2020", "target": "es2020",