grub/tsconfig.json

10 lines
168 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",
"module": "ESNext",
"moduleResolution": "NodeNext",
"jsx": "react-jsx"
}
2023-08-10 21:10:48 +00:00
}