1
0
Fork 0
mirror of https://github.com/kou029w/_.git synced 2025-01-31 06:18:07 +00:00
_/wmr/tsconfig.json

18 lines
395 B
JSON
Raw Permalink Normal View History

2021-04-20 19:11:14 +09:00
{
"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
}
}