24 lines
531 B
JSON
24 lines
531 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,
|
|
"experimentalDecorators": true
|
|
},
|
|
"include": ["node_modules/wmr/types.d.ts", "**/*"],
|
|
"typeAcquisition": {
|
|
"enable": true
|
|
}
|
|
}
|