enable ts check for build
This commit is contained in:
@@ -87,7 +87,6 @@ async function build(commandLineArgs) {
|
|||||||
}),
|
}),
|
||||||
...basePlugins,
|
...basePlugins,
|
||||||
typescript({
|
typescript({
|
||||||
check: false,
|
|
||||||
tsconfigOverride: {
|
tsconfigOverride: {
|
||||||
compilerOptions: {
|
compilerOptions: {
|
||||||
declaration: true,
|
declaration: true,
|
||||||
@@ -123,7 +122,6 @@ async function build(commandLineArgs) {
|
|||||||
plugins: [
|
plugins: [
|
||||||
...basePlugins,
|
...basePlugins,
|
||||||
typescript({
|
typescript({
|
||||||
check: false,
|
|
||||||
tsconfigOverride: {
|
tsconfigOverride: {
|
||||||
compilerOptions: {
|
compilerOptions: {
|
||||||
paths: {
|
paths: {
|
||||||
|
|||||||
Reference in New Issue
Block a user