Skip to content

Commit e846886

Browse files
committed
Reset tsconfig to its original implementation.
1 parent 000ae86 commit e846886

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/nextjs/test/integration/tsconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,15 @@
99
"lib": ["dom", "es2017"],
1010
"module": "esnext",
1111
"moduleResolution": "node",
12+
"noEmit": true,
1213
"noFallthroughCasesInSwitch": true,
1314
"noUnusedLocals": true,
1415
"noUnusedParameters": true,
1516
"resolveJsonModule": true,
1617
"skipLibCheck": true,
1718
"strict": true,
1819
"target": "esnext",
19-
"noEmit": true
20+
"incremental": true
2021
},
2122
"exclude": ["node_modules"],
2223
"include": ["**/*.ts", "**/*.tsx", "../../playwright.config.ts"]

0 commit comments

Comments
 (0)