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.
1 parent 188c1a8 commit b7db1ddCopy full SHA for b7db1dd
example-plugins/svelte/tsconfig.json
@@ -3,11 +3,6 @@
3
"compilerOptions": {
4
"emitDeclarationOnly": false,
5
"noEmit": true,
6
- /**
7
- Svelte Preprocess cannot figure out whether you have a value or a type, so tell TypeScript
8
- to enforce using `import type` instead of `import` for Types.
9
- */
10
- "importsNotUsedAsValues": "error",
11
/**
12
TypeScript doesn't know about import usages in the template because it only sees the
13
script of a Svelte file. Therefore preserve all value imports. Requires TS 4.5 or higher.
0 commit comments