tghandbook/tsconfig.json

7 lines
74 B
JSON
Raw Normal View History

2020-06-16 09:32:48 +00:00
{
"compilerOptions": {
"target": "ES2020",
"jsx": "react"
}
}