mirror of
https://github.com/enso-org/enso.git
synced 2025-01-05 15:42:52 +03:00
9 lines
125 B
JSON
9 lines
125 B
JSON
{
|
|
"compilerOptions": {
|
|
"sourceMap": true,
|
|
"noImplicitAny": true,
|
|
"target": "ES5",
|
|
"module": "ES2015"
|
|
}
|
|
}
|