diff --git a/tsconfig.json b/tsconfig.json index 4501bf8f..bb95ddd8 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -12,6 +12,10 @@ "noUnusedLocals": true, "noUnusedParameters": true, "strict": true, + "paths": { + "carbon-components-svelte": ["./types"], + "carbon-components-svelte/*": ["./types/*"] + } }, "include": ["src", "tests"] } \ No newline at end of file