keycloak-theme/tsconfig.node.json
2024-06-06 05:26:06 +02:00

11 lines
239 B
JSON

{
"compilerOptions": {
"composite": true,
"skipLibCheck": true,
"module": "ESNext",
"moduleResolution": "bundler",
"allowSyntheticDefaultImports": true
},
"include": ["vite.config.ts"]
}