blog/tsconfig.json

10 lines
203 B
JSON
Raw Normal View History

{
"compilerOptions": {
"esModuleInterop": true,
"jsx": "react-jsx",
2024-06-27 02:58:26 +00:00
"jsxImportSource": "preact",
"module": "NodeNext",
2024-06-27 03:20:18 +00:00
"moduleResolution": "NodeNext",
}
}