grub/tsconfig.json
2023-08-10 17:55:32 -05:00

10 lines
168 B
JSON

{
"compilerOptions": {
"lib": ["ESNext", "DOM"],
"target": "ESNext",
"module": "ESNext",
"moduleResolution": "NodeNext",
"jsx": "react-jsx"
}
}