Files
solidjs-templates/ts/tsconfig.json
T
2021-01-02 14:20:08 +01:00

12 lines
239 B
JSON

{
"compilerOptions": {
"target": "ESNext",
"module": "ESNext",
"moduleResolution": "node",
"allowSyntheticDefaultImports": true,
"esModuleInterop": true,
"jsx": "preserve",
"jsxImportSource": "solid-js"
}
}