feat: type-check source before build (#115)

Co-authored-by: Robbert Van Cauteren <robbert.vancauteren@robovision.eu>
Co-authored-by: Anthony Fu <anthonyfu117@hotmail.com>
This commit is contained in:
robbertvc 2021-05-02 12:31:25 +02:00 committed by GitHub
parent 62733ae631
commit 878995238e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 2 deletions

View File

@ -38,6 +38,7 @@
"vite-plugin-pwa": "^0.7.2",
"vite-plugin-vue-layouts": "^0.2.2",
"vite-plugin-windicss": "^0.15.7",
"vite-ssg": "^0.9.2"
"vite-ssg": "^0.9.2",
"vue-tsc": "^0.0.25"
}
}

View File

@ -6,7 +6,7 @@
"lib": ["DOM", "ESNext"],
"strict": true,
"esModuleInterop": true,
"incremental": true,
"incremental": false,
"skipLibCheck": true,
"moduleResolution": "node",
"resolveJsonModule": true,