1
0
Fork 0
mirror of https://github.com/kou029w/quot.git synced 2025-01-19 08:28:09 +00:00
quot/app/tsconfig.json

10 lines
237 B
JSON
Raw Normal View History

2022-08-23 09:01:47 +09:00
{
"extends": "@tsconfig/node18-strictest-esm/tsconfig.json",
"compilerOptions": {
"lib": ["dom", "dom.iterable"],
"jsx": "react-jsx",
"jsxImportSource": "solid-js/h",
"noPropertyAccessFromIndexSignature": false
}
}