Adjust configuration

This commit is contained in:
Steve Kinney
2024-10-02 03:19:47 -05:00
parent 93775a8f02
commit 265c6255a8
2 changed files with 4 additions and 2 deletions

View File

@@ -11,6 +11,6 @@
"./*.html?raw": ["./*"]
}
},
"include": ["examples/**/*.js"],
"include": ["examples/**/*.js", "examples/**/*.svelte"],
"exclude": ["node_modules", "dist"]
}