rate/www/tsconfig.json
2022-09-20 15:27:52 +02:00

7 lines
139 B
JSON

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