blog/tsconfig.json

10 lines
203 B
JSON

{
"compilerOptions": {
"esModuleInterop": true,
"jsx": "react-jsx",
"jsxImportSource": "preact",
"module": "NodeNext",
"moduleResolution": "NodeNext",
}
}