This repository has been archived on 2022-09-16. You can view files and clone it, but cannot push or open issues or pull requests.
tlaternet-templates/tsconfig.json
2020-05-31 03:54:34 +01:00

9 lines
110 B
JSON

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