Ignore typescript build errors.

pull/1683/head
Mike Cao 2022-11-18 10:00:12 -08:00
parent 2b10802e07
commit 21072c712c
1 changed files with 3 additions and 0 deletions

View File

@ -43,6 +43,9 @@ module.exports = {
eslint: {
ignoreDuringBuilds: true,
},
typescript: {
ignoreBuildErrors: true,
},
webpack(config) {
config.module.rules.push({
test: /\.svg$/,