1
0
mirror of https://github.com/4yn/slidershim.git synced 2024-09-24 03:08:23 +02:00
slidershim/tsconfig.json

6 lines
138 B
JSON
Raw Normal View History

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