diff --git a/docs/src/env.d.ts b/docs/src/env.d.ts index 6811d7c2..c52d14a5 100644 --- a/docs/src/env.d.ts +++ b/docs/src/env.d.ts @@ -1,3 +1,2 @@ -// eslint-disable-next-line @typescript-eslint/triple-slash-reference -/// -/// +/// +/// diff --git a/docs/tsconfig.json b/docs/tsconfig.json index 4deeab5f..64415a6c 100644 --- a/docs/tsconfig.json +++ b/docs/tsconfig.json @@ -5,8 +5,7 @@ "paths": { "@*": ["src/*"] }, - "lib": ["dom", "dom.iterable", "esnext"], - "types": ["unplugin-icons/types/svelte"] + "lib": ["dom", "dom.iterable", "esnext"] }, "include": ["src/**/*", "tests/**/*"] } diff --git a/packages/melt/tsconfig.json b/packages/melt/tsconfig.json index ff836774..b9ba43ed 100644 --- a/packages/melt/tsconfig.json +++ b/packages/melt/tsconfig.json @@ -1,9 +1,6 @@ { "extends": "./.svelte-kit/tsconfig.json", "compilerOptions": { - // "module": "NodeNext", - // "moduleResolution": "NodeNext", - "lib": ["dom", "dom.iterable", "esnext"], "target": "es2022", "resolveJsonModule": true, @@ -17,5 +14,5 @@ "skipLibCheck": true, "strictNullChecks": true }, - "include": ["src/**/*", "tests/**/*"] + "include": ["src/**/*", "tests/**/*", "*config.ts", "vitest-setup-client.ts"] } diff --git a/packages/melt/vite.config.ts b/packages/melt/vite.config.ts index c80438a3..efb6d629 100644 --- a/packages/melt/vite.config.ts +++ b/packages/melt/vite.config.ts @@ -1,4 +1,3 @@ -// @ts-ignore -- no types for some reason import { sveltekit } from "@sveltejs/kit/vite"; import { defineConfig } from "vite"; diff --git a/tsconfig.json b/tsconfig.json index d20a8b19..0e9b6f1c 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -19,7 +19,6 @@ "strictNullChecks": true, "stripInternal": true, "ignoreDeprecations": "5.0", - "verbatimModuleSyntax": true, - "types": ["unplugin-icons/types/astro"] + "verbatimModuleSyntax": true } }