mirror of
https://github.com/kou029w/quot.git
synced 2025-01-19 00:18:09 +00:00
9 lines
237 B
JSON
9 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
|
|
}
|
|
}
|