mirror of
https://github.com/enso-org/enso.git
synced 2024-11-27 16:02:00 +03:00
9 lines
145 B
JSON
9 lines
145 B
JSON
|
{
|
||
|
"extends": "./tsconfig.server.json",
|
||
|
"exclude": [],
|
||
|
"compilerOptions": {
|
||
|
"lib": [],
|
||
|
"types": ["node", "vitest/importMeta"]
|
||
|
}
|
||
|
}
|