types(cli): reduce ts-ignore

This commit is contained in:
chenjiahan
2020-03-14 19:00:19 +08:00
parent 637f2de35e
commit a9e94a29c6
12 changed files with 25 additions and 207 deletions

View File

@@ -1,4 +1,3 @@
// @ts-ignore
import { render, FileManager } from 'less';
import { readFileSync } from 'fs-extra';

View File

@@ -1,4 +1,3 @@
// @ts-ignore
import markdownVetur from '@vant/markdown-vetur';
import { join } from 'path';
import { get } from 'lodash';

View File

@@ -1,4 +1,3 @@
// @ts-ignore
import releaseIt from 'release-it';
import { build } from '../commands/build';
import { changelog } from '../commands/changelog';