mirror of
https://github.com/goauthentik/authentik
synced 2026-04-26 01:25:02 +02:00
* web: Move non-workspace package. * web: Update ESBuild package version. * web: Use NPM link to alias local package. * web: Update lock. * web: Fix regression where bundler is expected.
15 lines
306 B
JSON
15 lines
306 B
JSON
{
|
|
"extends": "@goauthentik/tsconfig",
|
|
"compilerOptions": {
|
|
"lib": ["ESNext", "DOM", "DOM.Iterable"],
|
|
"resolveJsonModule": true,
|
|
"baseUrl": ".",
|
|
"checkJs": true,
|
|
"emitDeclarationOnly": true
|
|
},
|
|
"exclude": [
|
|
// ---
|
|
"**/out/**/*"
|
|
]
|
|
}
|