This repository has been archived on 2022-05-10. You can view files and clone it, but cannot push or open issues or pull requests.
tghandbook/tsconfig.json

7 lines
74 B
JSON

{
"compilerOptions": {
"target": "ES2020",
"jsx": "react"
}
}