13 lines
259 B
JSON
13 lines
259 B
JSON
{
|
|
"compilerOptions": {
|
|
"jsx": "react-jsx",
|
|
"jsxImportSource": "preact",
|
|
"target": "ES2020",
|
|
"checkJs": true,
|
|
"allowJs": true,
|
|
"moduleResolution": "node",
|
|
"esModuleInterop": true,
|
|
"noEmit": true,
|
|
"skipLibCheck": true
|
|
}
|
|
} |