s3-share/tsconfig.json

6 lines
138 B
JSON
Raw Permalink Normal View History

2022-05-09 18:01:31 +00:00
{
"extends": "@tsconfig/svelte/tsconfig.json",
"include": ["web/**/*"],
"exclude": ["node_modules/*", "__sapper__/*", "public/*"]
}