karl/view/tsconfig.json

9 lines
186 B
JSON
Raw Normal View History

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