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.
tsconfig
1 parent 000ae86 commit e846886Copy full SHA for e846886
packages/nextjs/test/integration/tsconfig.json
@@ -9,14 +9,15 @@
9
"lib": ["dom", "es2017"],
10
"module": "esnext",
11
"moduleResolution": "node",
12
+ "noEmit": true,
13
"noFallthroughCasesInSwitch": true,
14
"noUnusedLocals": true,
15
"noUnusedParameters": true,
16
"resolveJsonModule": true,
17
"skipLibCheck": true,
18
"strict": true,
19
"target": "esnext",
- "noEmit": true
20
+ "incremental": true
21
},
22
"exclude": ["node_modules"],
23
"include": ["**/*.ts", "**/*.tsx", "../../playwright.config.ts"]
0 commit comments