LocationPreview/tsconfig.json

9 lines
188 B
JSON
Raw Normal View History

2021-08-09 01:44:09 +03:00
{
"extends": "@tsconfig/svelte/tsconfig.json",
"include": ["src/**/*"],
"exclude": ["node_modules/*", "__sapper__/*", "public/*"],
"compilerOptions": {
"sourceMap": true
}
}