11 lines
No EOL
246 B
JSON
11 lines
No EOL
246 B
JSON
{
|
|
"extends": "@tsconfig/svelte/tsconfig.json",
|
|
|
|
"include": ["src/**/*"],
|
|
"exclude": ["node_modules/*", "__sapper__/*", "public/*"],
|
|
"compilerOptions": {
|
|
"jsx": "react",
|
|
"jsxFactory": "DOMCreateElement",
|
|
"sourceMap": true
|
|
}
|
|
} |