Skip to content

Commit 6fffc08

Browse files
committed
chore: formatting
1 parent bd12678 commit 6fffc08

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tsconfig.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
"noUncheckedIndexedAccess": true,
55
"noImplicitOverride": true,
66
"plugins": [{ "name": "@astrojs/ts-plugin" }, { "name": "typescript-svelte-plugin" }],
7-
"types": ["unplugin-icons/types/astro", "unplugin-icons/types/svelte"],
7+
"types": ["unplugin-icons/types/astro", "unplugin-icons/types/svelte"]
88
},
99
"include": [".astro/types.d.ts", "**/*"],
10-
"exclude": ["old", "coverage", "dist", "node_modules", "public"],
10+
"exclude": ["old", "coverage", "dist", "node_modules", "public"]
1111
}

0 commit comments

Comments
 (0)