This website requires JavaScript.
Explore
Help
Sign In
enso-org
/
enso
Watch
1
Star
1
Fork
0
You've already forked enso
mirror of
https://github.com/enso-org/enso.git
synced
2025-01-08 10:08:16 +03:00
Code
Issues
Projects
Releases
Wiki
Activity
fc953ec055
enso
/
app
/
ide-desktop
/
lib
/
content
/
tsconfig.json
8 lines
102 B
JSON
Raw
Normal View
History
Unescape
Escape
Correctly interpret string arguments as booleans in electron arguments. (https://github.com/enso-org/ide/pull/1539) Original commit: https://github.com/enso-org/ide/commit/f0e712e45c538a9a2e63b2cb9a1bdb4b64a01edb
2021-05-10 20:23:22 +03:00
{
"compilerOptions"
:
{
"noImplicitAny"
:
true
,
"target"
:
"ES5"
,
"module"
:
"ES2015"
}
Introducing single config for prettier and applying it across the codebase. (#3141)
2021-11-05 14:51:43 +03:00
}
Reference in New Issue
Copy Permalink