disable ts check on build for now

This commit is contained in:
Philipp Kühn
2020-11-17 09:45:42 +01:00
parent a8a578edb7
commit 4c9650c24c

View File

@@ -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: {