style: @ts-ignore -> @ts-expect-error

This commit is contained in:
volare
2022-11-26 16:57:15 +08:00
parent be6a910186
commit 4ba67e4816

View File

@@ -5,7 +5,7 @@ import { checkRustInstalled, installRust } from '@/helpers/rust.js';
import { PakeAppOptions } from '@/types.js';
import { IBuilder } from './base.js';
import { shellExec } from '@/utils/shell.js';
// @ts-ignore 加上resolveJsonModule rollup会打包报错
// @ts-expect-error 加上resolveJsonModule rollup会打包报错
import tauriConf from '../../src-tauri/tauri.conf.json';
import { fileURLToPath } from 'url';
import log from 'loglevel';