mirror of
https://github.com/kou029w/_.git
synced 2025-01-31 06:18:07 +00:00
17 lines
395 B
JSON
17 lines
395 B
JSON
{
|
|
"compilerOptions": {
|
|
"jsx": "preserve",
|
|
"jsxFactory": "preact.h",
|
|
"jsxFragmentFactory": "preact.Fragment",
|
|
"allowJs": true,
|
|
"checkJs": true,
|
|
"strict": true,
|
|
"noEmit": true,
|
|
"moduleResolution": "node",
|
|
"target": "esnext",
|
|
"module": "esnext",
|
|
"resolveJsonModule": true,
|
|
"allowSyntheticDefaultImports": true,
|
|
"downlevelIteration": true
|
|
}
|
|
}
|