karl/view/tsconfig.json

8 lines
188 B
JSON
Raw Normal View History

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