Skip to content

Commit

Permalink
chore(pr-deploy-site): fix ts-config
Browse files Browse the repository at this point in the history
  • Loading branch information
Hotell committed Aug 9, 2022
1 parent 38e88f6 commit 67bef71
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion apps/pr-deploy-site/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
"extends": "../../scripts/tsconfig.json",
"compilerOptions": {
"noEmit": true,
"allowJs": true
"allowJs": true,
"lib": ["ES2020", "DOM"]
},
"include": ["pr-deploy-site.js", "just.config.ts"]
}

0 comments on commit 67bef71

Please sign in to comment.