mirror of
https://github.com/keycloak/keycloak.git
synced 2026-01-25 16:42:34 +00:00
17 lines
334 B
JSON
17 lines
334 B
JSON
{
|
|
"extends": "../tsconfig.json",
|
|
"include": ["**/*", "../src/i18next.d.ts"],
|
|
"compilerOptions": {
|
|
"types": [
|
|
"node",
|
|
"cypress",
|
|
"@testing-library/cypress",
|
|
"@4tw/cypress-drag-drop",
|
|
"cypress-axe"
|
|
],
|
|
"module": "ES2015",
|
|
"target": "ES2015",
|
|
"useDefineForClassFields": false
|
|
}
|
|
}
|