grub/tsconfig.json
2023-08-10 23:09:24 -05:00

6 lines
84 B
JSON

{
"compilerOptions": {
"lib": ["ESNext", "DOM"],
"jsx": "react-jsx"
}
}