karl/view/tsconfig.json

6 lines
138 B
JSON
Raw Normal View History

2021-03-09 01:13:42 +01:00
{
"extends": "@tsconfig/svelte/tsconfig.json",
"include": ["src/**/*"],
"exclude": ["node_modules/*", "__sapper__/*", "public/*"]
}