Skip to content

Commit

Permalink
stop looking for tsconfig in test
Browse files Browse the repository at this point in the history
  • Loading branch information
epixa committed Jan 31, 2019
1 parent 86ae1d3 commit 9d82aeb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/dev/typescript/projects.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ import { Project } from './project';

export const PROJECTS = [
new Project(resolve(REPO_ROOT, 'tsconfig.json')),
new Project(resolve(REPO_ROOT, 'test/tsconfig.json')),
new Project(resolve(REPO_ROOT, 'x-pack/tsconfig.json')),
new Project(resolve(REPO_ROOT, 'x-pack/test/tsconfig.json'), 'x-pack/test'),

Expand Down

0 comments on commit 9d82aeb

Please sign in to comment.