DR-docs/tsconfig.json
2023-12-16 23:40:38 +08:00

7 lines
83 B
JSON

{
"compilerOptions": {
"jsx": "react-jsx",
"esModuleInterop": true
}
}