mirror of
https://github.com/enso-org/enso.git
synced 2024-12-21 00:51:34 +03:00
8 lines
136 B
JSON
8 lines
136 B
JSON
|
{
|
||
|
"extends": "./tsconfig.app.json",
|
||
|
"exclude": [],
|
||
|
"compilerOptions": {
|
||
|
"types": ["node", "jsdom", "vitest/importMeta"]
|
||
|
}
|
||
|
}
|