kalker/kalk_web/tsconfig.json
2021-01-02 01:02:46 +01:00

6 lines
138 B
JSON

{
"extends": "@tsconfig/svelte/tsconfig.json",
"include": ["src/**/*"],
"exclude": ["node_modules/*", "__sapper__/*", "public/*"]
}