mirror of
https://github.com/enso-org/enso.git
synced 2024-12-20 08:31:50 +03:00
a6d040ecf5
This PR fixes issue when refetch didn't happen because the session either already expired or very close to expire This PR fixes the reset interval when it's less that 5 mins or already expired Based on https://github.com/enso-org/enso/pull/11725 Closes: https://github.com/enso-org/cloud-v2/issues/1603
8 lines
165 B
JSON
8 lines
165 B
JSON
{
|
|
"extends": "./tsconfig.app.json",
|
|
"exclude": [],
|
|
"compilerOptions": {
|
|
"types": ["node", "jsdom", "vitest/importMeta", "@testing-library/jest-dom"]
|
|
}
|
|
}
|