LocationPreview/tsconfig.json
2021-08-09 01:44:09 +03:00

9 lines
No EOL
188 B
JSON

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