LocationPreview/tsconfig.json

11 lines
246 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": {
2021-10-03 23:19:14 +03:00
"jsx": "react",
"jsxFactory": "DOMCreateElement",
2021-08-09 01:44:09 +03:00
"sourceMap": true
}
}