enable ts check for build

This commit is contained in:
Philipp Kühn 2020-11-18 11:38:38 +01:00
parent 5cde8fbccf
commit 3f624845e8

View File

@ -87,7 +87,6 @@ async function build(commandLineArgs) {
}),
...basePlugins,
typescript({
check: false,
tsconfigOverride: {
compilerOptions: {
declaration: true,
@ -123,7 +122,6 @@ async function build(commandLineArgs) {
plugins: [
...basePlugins,
typescript({
check: false,
tsconfigOverride: {
compilerOptions: {
paths: {