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 bd12678 commit 6fffc08Copy full SHA for 6fffc08
tsconfig.json
@@ -4,8 +4,8 @@
4
"noUncheckedIndexedAccess": true,
5
"noImplicitOverride": true,
6
"plugins": [{ "name": "@astrojs/ts-plugin" }, { "name": "typescript-svelte-plugin" }],
7
- "types": ["unplugin-icons/types/astro", "unplugin-icons/types/svelte"],
+ "types": ["unplugin-icons/types/astro", "unplugin-icons/types/svelte"]
8
},
9
"include": [".astro/types.d.ts", "**/*"],
10
- "exclude": ["old", "coverage", "dist", "node_modules", "public"],
+ "exclude": ["old", "coverage", "dist", "node_modules", "public"]
11
}
0 commit comments