mirror of
https://github.com/keycloak/keycloak.git
synced 2026-04-08 10:38:22 -04:00
8 lines
142 B
JSON
8 lines
142 B
JSON
{
|
|
"compilerOptions": {
|
|
"composite": true,
|
|
"module": "esnext",
|
|
"moduleResolution": "node"
|
|
},
|
|
"include": ["vite.config.ts"]
|
|
}
|