Skip to content

Commit f235516

Browse files
committed
fix: Add target and lib settings to Browser Extension's TS config
1 parent 7545041 commit f235516

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

apps/browser-extension/tsconfig.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
{
22
"extends": "./.svelte-kit/tsconfig.json",
33
"compilerOptions": {
4+
"target": "es2021",
5+
"lib": ["es2021"],
46
"allowJs": true,
57
"checkJs": true,
68
"esModuleInterop": true,

0 commit comments

Comments
 (0)