Subooru-Web/tsconfig.json

6 lines
139 B
JSON
Raw Normal View History

2021-07-05 03:03:21 -04:00
{
"extends": "@tsconfig/svelte/tsconfig.json",
"include": ["src/**/*"],
"exclude": ["node_modules/*", "__sapper__/*", "public/*"],
}