rate/www/tsconfig.json

7 lines
139 B
JSON
Raw Normal View History

2022-09-20 13:27:52 +00:00
{
"extends": "@tsconfig/svelte/tsconfig.json",
"include": ["src/**/*"],
"exclude": ["node_modules/*", "__sapper__/*", "public/*"]
}