enso/app/ide-desktop/lib/content/tsconfig.json
2021-12-27 09:32:23 +01:00

9 lines
125 B
JSON

{
"compilerOptions": {
"sourceMap": true,
"noImplicitAny": true,
"target": "ES5",
"module": "ES2015"
}
}