Skip to content

Commit

Permalink
ci(build): fix broken build
Browse files Browse the repository at this point in the history
  • Loading branch information
ruggero-visintin committed Dec 5, 2023
1 parent f2ed595 commit 0bf966e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@
"skipLibCheck": true /* Skip type checking all .d.ts files. */
},
"exclude": [
"./test"
"./test",
"playwright.config.ts"
]
}

0 comments on commit 0bf966e

Please sign in to comment.