1
0
mirror of https://github.com/4yn/slidershim.git synced 2025-02-01 20:18:07 +01:00
slidershim/tsconfig.json

6 lines
138 B
JSON
Raw Permalink Normal View History

2022-01-27 19:37:27 +08:00
{
"extends": "@tsconfig/svelte/tsconfig.json",
"include": ["src/**/*"],
"exclude": ["node_modules/*", "__sapper__/*", "public/*"]
}