enso/app/common/tsconfig.json
somebody1234 5faddf52f0
Fix ESLint errors, add some docs (#11339)
- Fix ESLint errors
- Add documentation for *some* functions with blank documentation

# Important Notes
None
2024-10-21 12:56:39 +00:00

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/"]
}