Skip to content

Commit

Permalink
feat: up tsconfig target for more modern syntax (#1780)
Browse files Browse the repository at this point in the history
Co-authored-by: Artem Zakharchenko <[email protected]>
  • Loading branch information
thepassle and kettanaito authored Jan 15, 2024
1 parent f18c48c commit 29182ce
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/smoke-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,5 @@ jobs:
- name: Install dependencies
run: pnpm install

- name: Install Playwright browsers
run: pnpm exec playwright install

- name: Test examples
run: ./config/scripts/smoke-test.sh
2 changes: 1 addition & 1 deletion tsconfig.base.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"compilerOptions": {
"strict": true,
"target": "es6",
"target": "esnext",
"module": "esnext",
"moduleResolution": "node",
"strictNullChecks": true,
Expand Down

0 comments on commit 29182ce

Please sign in to comment.