grub/tsconfig.json

7 lines
84 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"],
"jsx": "react-jsx"
}
2023-08-10 21:10:48 +00:00
}