22 lines
470 B
JSON
22 lines
470 B
JSON
{
|
|
"compilerOptions": {
|
|
"noEmit": true,
|
|
|
|
"strict": true,
|
|
"allowJs": true,
|
|
"jsx": "react-jsx",
|
|
"jsxFactory": "h",
|
|
"jsxFragmentFactory": "Fragment",
|
|
"jsxImportSource": "preact",
|
|
|
|
"module": "nodenext",
|
|
"moduleResolution": "nodenext",
|
|
"target": "esnext",
|
|
|
|
"noImplicitAny": true,
|
|
"downlevelIteration": true,
|
|
"allowSyntheticDefaultImports": true,
|
|
"resolveJsonModule": true,
|
|
"allowImportingTsExtensions": true
|
|
}
|
|
}
|