We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
target
lib
1 parent 7545041 commit f235516Copy full SHA for f235516
apps/browser-extension/tsconfig.json
@@ -1,6 +1,8 @@
1
{
2
"extends": "./.svelte-kit/tsconfig.json",
3
"compilerOptions": {
4
+ "target": "es2021",
5
+ "lib": ["es2021"],
6
"allowJs": true,
7
"checkJs": true,
8
"esModuleInterop": true,
0 commit comments