mirror of
https://github.com/enso-org/enso.git
synced 2025-01-08 09:42:59 +03:00
10 lines
162 B
JSON
10 lines
162 B
JSON
|
{
|
||
|
"extends": "../../tsconfig.json",
|
||
|
"compilerOptions": {
|
||
|
"allowJs": false,
|
||
|
"checkJs": false,
|
||
|
"skipLibCheck": false
|
||
|
},
|
||
|
"include": ["./src/"]
|
||
|
}
|