disable ts check on build for now
This commit is contained in:
@@ -58,6 +58,7 @@ async function build(commandLineArgs) {
|
|||||||
]
|
]
|
||||||
|
|
||||||
config.push({
|
config.push({
|
||||||
|
// perf: true,
|
||||||
input,
|
input,
|
||||||
output: [
|
output: [
|
||||||
{
|
{
|
||||||
@@ -86,6 +87,7 @@ async function build(commandLineArgs) {
|
|||||||
}),
|
}),
|
||||||
...basePlugins,
|
...basePlugins,
|
||||||
typescript({
|
typescript({
|
||||||
|
check: false,
|
||||||
tsconfigOverride: {
|
tsconfigOverride: {
|
||||||
compilerOptions: {
|
compilerOptions: {
|
||||||
declaration: true,
|
declaration: true,
|
||||||
@@ -121,6 +123,7 @@ 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