We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f904aa commit 6ea4bacCopy full SHA for 6ea4bac
tests/e2e/utils/project.ts
@@ -5,7 +5,7 @@ import { getGlobalVariable } from './env';
5
const packages = require('../../../lib/packages').packages;
6
7
8
-const tsConfigPath = 'src/tsconfig.app.json';
+const tsConfigPath = 'tsconfig.json';
9
10
11
export function updateJsonFile(filePath: string, fn: (json: any) => any | void) {
0 commit comments