mirror of
https://github.com/goauthentik/authentik
synced 2026-05-05 06:32:15 +02:00
website: Prep for workspaces. Clean up shared deps. (#15602)
website: Prepare NPM Workspaces.
This commit is contained in:
@@ -13,17 +13,15 @@
|
||||
"allowJs": true,
|
||||
"composite": true,
|
||||
"esModuleInterop": true,
|
||||
"moduleResolution": "nodenext",
|
||||
"module": "nodenext",
|
||||
"target": "esnext",
|
||||
"module": "esnext",
|
||||
"moduleResolution": "bundler",
|
||||
"allowImportingTsExtensions": true,
|
||||
"jsx": "preserve",
|
||||
"lib": ["DOM", "DOM.Iterable", "ESNext"],
|
||||
"baseUrl": "${configDir}",
|
||||
"rootDir": "${configDir}"
|
||||
},
|
||||
"paths": {
|
||||
"@site/*": ["./*"]
|
||||
},
|
||||
"exclude": [
|
||||
// ---
|
||||
"**/out",
|
||||
|
||||
Reference in New Issue
Block a user