mirror of
https://github.com/OpenBankProject/API-Explorer-II.git
synced 2026-02-06 10:47:04 +00:00
12 lines
205 B
JSON
12 lines
205 B
JSON
{
|
|
"extends": "./tsconfig.app.json",
|
|
"exclude": [],
|
|
"compilerOptions": {
|
|
"esModuleInterop": true,
|
|
"composite": true,
|
|
"lib": [],
|
|
"types": ["node", "jsdom", "vitest/globals"]
|
|
|
|
}
|
|
}
|