blog/tsconfig.json

14 lines
270 B
JSON

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