DR-docs/tsconfig.json

7 lines
83 B
JSON
Raw Normal View History

2023-12-16 23:40:38 +08:00
{
"compilerOptions": {
"jsx": "react-jsx",
"esModuleInterop": true
}
}