Skip to content
Snippets Groups Projects
Commit 9ac20de5 authored by Emmanuel Raviart's avatar Emmanuel Raviart
Browse files

Now requires a TypeScript target set to es2020.

parent ec89e7f1
Branches
Tags
No related merge requests found
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
"moduleResolution": "node", "moduleResolution": "node",
"module": "es2020", "module": "es2020",
"lib": ["es2020"], "lib": ["es2020"],
"target": "es2019", "target": "es2020",
/** /**
svelte-preprocess cannot figure out whether you have a value or a type, so tell TypeScript svelte-preprocess cannot figure out whether you have a value or a type, so tell TypeScript
to enforce using \`import type\` instead of \`import\` for Types. to enforce using \`import type\` instead of \`import\` for Types.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment