Skip to content

Commit

Permalink
Fix tsconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
frondeus committed Aug 10, 2022
1 parent fa0133f commit d792b41
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"extends": "@tsconfig/svelte/tsconfig.json",
"compilerOptions": {
"target": "esnext",
"target": "es2022",
"isolatedModules": false,
"module": "esnext",
"module": "es2022",
"sourceMap": true,
"lib": ["DOM", "ESNext"],
"types": ["svelte", "jest", "cypress"],
Expand Down

0 comments on commit d792b41

Please sign in to comment.