enso/app/ide-desktop/lib/common/tsconfig.json
somebody1234 f0411766fa
Add "About app" modal (#9833)
- Close #9433
- Add modal displaying version info of the app

# Important Notes
None
2024-05-14 14:00:00 +00:00

10 lines
175 B
JSON

{
"extends": "../../tsconfig.json",
"compilerOptions": {
"allowJs": false,
"checkJs": false,
"skipLibCheck": false
},
"include": ["./src/", "../types/"]
}