Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix(config): remove unused import
  • Loading branch information
ahnpnl committed Jan 31, 2020
1 parent dff1332 commit 81897e1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/config/config-set.ts
Expand Up @@ -13,7 +13,6 @@ import { LogContexts, Logger } from 'bs-logger'
import { existsSync, readFileSync, realpathSync } from 'fs'
import json5 = require('json5')
import { dirname, extname, isAbsolute, join, normalize, resolve } from 'path'
import semver = require('semver')
import {
CompilerOptions,
CustomTransformers,
Expand Down

0 comments on commit 81897e1

Please sign in to comment.