disable ts check on build for now
This commit is contained in:
@@ -58,6 +58,7 @@ async function build(commandLineArgs) {
|
||||
]
|
||||
|
||||
config.push({
|
||||
// perf: true,
|
||||
input,
|
||||
output: [
|
||||
{
|
||||
@@ -86,6 +87,7 @@ async function build(commandLineArgs) {
|
||||
}),
|
||||
...basePlugins,
|
||||
typescript({
|
||||
check: false,
|
||||
tsconfigOverride: {
|
||||
compilerOptions: {
|
||||
declaration: true,
|
||||
@@ -121,6 +123,7 @@ async function build(commandLineArgs) {
|
||||
plugins: [
|
||||
...basePlugins,
|
||||
typescript({
|
||||
check: false,
|
||||
tsconfigOverride: {
|
||||
compilerOptions: {
|
||||
paths: {
|
||||
|
||||
Reference in New Issue
Block a user