mirror of
https://github.com/enso-org/enso.git
synced 2024-12-21 17:41:32 +03:00
10 lines
138 B
JSON
10 lines
138 B
JSON
|
{
|
||
|
"compilerOptions": {
|
||
|
"module": "CommonJS",
|
||
|
"noEmit": true,
|
||
|
"allowJs": true,
|
||
|
"checkJs": true,
|
||
|
"strict": true
|
||
|
}
|
||
|
}
|