Skip to content

Commit

Permalink
remove compilerConfig path from constants
Browse files Browse the repository at this point in the history
  • Loading branch information
ambroseus committed Feb 29, 2020
1 parent fd6fdca commit a7832c5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ export const paths = {
appErrors: resolveApp('errors'),
appDist: resolveApp('dist'),
appConfig: resolveApp('tsdx.config.js'),
compilerConfig: resolveApp('closure-compiler.config.js'),
jestConfig: resolveApp('jest.config.js'),
progressEstimatorCache: resolveApp('node_modules/.cache/.progress-estimator'),
};

0 comments on commit a7832c5

Please sign in to comment.