Merge main, fix runtime error in scripts, fix clean build

This commit is contained in:
Joseph Garrone
2024-02-07 20:01:26 +01:00
14 changed files with 162 additions and 120 deletions

View File

@ -4,20 +4,17 @@
"target": "es5",
"lib": ["es2015", "DOM", "ES2019.Object"],
"esModuleInterop": true,
"declaration": true,
"outDir": "../dist_test",
"sourceMap": true,
"newLine": "LF",
"noUnusedLocals": true,
"noUnusedParameters": true,
"incremental": false,
"strict": true,
"downlevelIteration": true,
"jsx": "react-jsx",
"noFallthroughCasesInSwitch": true,
"paths": {
"keycloakify/*": ["../src/*"]
}
},
// https://github.com/vitejs/vite/issues/15112#issuecomment-1823908010
"skipLibCheck": true
},
"include": ["../src", "."]
}