mirror of
https://github.com/OpenBankProject/API-Explorer-II.git
synced 2026-02-06 18:56:58 +00:00
10 lines
248 B
JSON
10 lines
248 B
JSON
{
|
|
"extends": "@vue/tsconfig/tsconfig.node.json",
|
|
"include": ["vite.config.*", "vitest.config.*", "cypress.config.*", "playwright.config.*"],
|
|
"compilerOptions": {
|
|
"esModuleInterop": true,
|
|
"composite": true,
|
|
"types": ["node"]
|
|
}
|
|
}
|