Skip to content

Commit

Permalink
Fix Deprecation Warning
Browse files Browse the repository at this point in the history
- ignore the warning since svelte still needs the current flag
- issue: github.com/sveltejs/kit/issues/8650
  • Loading branch information
NCskid committed Sep 1, 2023
1 parent 889a3f9 commit 17c5a83
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ui/jsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"moduleResolution": "Node",
"target": "ESNext",
"module": "ESNext",
"ignoreDeprecations": "5.0",
/**
* svelte-preprocess cannot figure out whether you have
* a value or a type, so tell TypeScript to enforce using
Expand Down

0 comments on commit 17c5a83

Please sign in to comment.