Skip to content
Merged
Prev Previous commit
Next Next commit
fix: add missing noEmit: true in nightwatch tsconfigs
  • Loading branch information
haoqunjiang committed Nov 30, 2023
commit 57cc07679bfa8937d2927d3950167f7fc0363954
1 change: 1 addition & 0 deletions template/tsconfig/nightwatch-ct/tsconfig.app.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"exclude": ["src/**/__tests__/*"],
"compilerOptions": {
"composite": true,
"noEmit": true,
"baseUrl": ".",
"paths": {
"@/*": ["./src/*"]
Expand Down
1 change: 1 addition & 0 deletions template/tsconfig/nightwatch/nightwatch/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"module": "commonjs",
"moduleResolution": "node",
"composite": true,
"noEmit": true,
"rootDir": "../",
"lib": ["ESNext", "dom"],
"types": ["nightwatch"]
Expand Down