mirror of
https://github.com/preactjs/wmr.git
synced 2026-01-25 15:08:00 +00:00
23 lines
491 B
JSON
23 lines
491 B
JSON
{
|
|
"compileOnSave": false,
|
|
"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
|
|
},
|
|
"include": ["node_modules/wmr/types.d.ts", "**/*"],
|
|
"typeAcquisition": {
|
|
"enable": true
|
|
}
|
|
}
|