mirror of
https://github.com/enso-org/enso.git
synced 2024-11-22 22:10:15 +03:00
5faddf52f0
- Fix ESLint errors - Add documentation for *some* functions with blank documentation # Important Notes None
11 lines
230 B
JSON
11 lines
230 B
JSON
{
|
|
"extends": "../../tsconfig.json",
|
|
"compilerOptions": {
|
|
"lib": ["DOM", "es2023"],
|
|
"allowJs": true,
|
|
"checkJs": true,
|
|
"skipLibCheck": false
|
|
},
|
|
"include": ["./src/", "./src/text/english.json", "../types/"]
|
|
}
|