mirror of
https://github.com/enso-org/enso.git
synced 2024-11-27 16:54:09 +03:00
f2651d58e4
- Closes #7916 # Important Notes None
14 lines
272 B
JSON
14 lines
272 B
JSON
{
|
|
"include": ["scripts/**/*"],
|
|
"compilerOptions": {
|
|
"module": "Node16",
|
|
"target": "ES2017",
|
|
"strict": true,
|
|
"allowJs": true,
|
|
"checkJs": true,
|
|
"exactOptionalPropertyTypes": true,
|
|
"noUncheckedIndexedAccess": true,
|
|
"types": ["node"]
|
|
}
|
|
}
|