mirror of
https://github.com/enso-org/enso.git
synced 2024-12-19 05:42:03 +03:00
f0411766fa
- Close #9433 - Add modal displaying version info of the app # Important Notes None
10 lines
175 B
JSON
10 lines
175 B
JSON
{
|
|
"extends": "../../tsconfig.json",
|
|
"compilerOptions": {
|
|
"allowJs": false,
|
|
"checkJs": false,
|
|
"skipLibCheck": false
|
|
},
|
|
"include": ["./src/", "../types/"]
|
|
}
|