grub/tsconfig.json

7 lines
84 B
JSON

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