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

10 lines
180 B
JSON
Raw Normal View History

{
"compilerOptions": {
"strictNullChecks": true,
2022-07-30 17:55:13 +01:00
"strictPropertyInitialization": true,
"esModuleInterop": true,
2022-08-01 21:14:18 +01:00
"jsx": "react",
"isolatedModules": true
}
}