mirror of
https://github.com/kou029w/quot.git
synced 2025-01-19 08:28:09 +00:00
10 lines
237 B
JSON
10 lines
237 B
JSON
|
{
|
||
|
"extends": "@tsconfig/node18-strictest-esm/tsconfig.json",
|
||
|
"compilerOptions": {
|
||
|
"lib": ["dom", "dom.iterable"],
|
||
|
"jsx": "react-jsx",
|
||
|
"jsxImportSource": "solid-js/h",
|
||
|
"noPropertyAccessFromIndexSignature": false
|
||
|
}
|
||
|
}
|