grub/tsconfig.json

4 lines
74 B
JSON
Raw Normal View History

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