grub/tsconfig.json

8 lines
108 B
JSON
Raw Normal View History

2023-08-10 21:10:48 +00:00
{
2023-08-10 22:55:32 +00:00
"compilerOptions": {
"lib": ["ESNext", "DOM"],
"target": "ESNext",
"jsx": "react-jsx"
}
2023-08-10 21:10:48 +00:00
}