mirror of
https://github.com/goauthentik/authentik.git
synced 2026-06-18 11:29:26 +03:00
614740a4ff
* web: Prep ESBuild plugin for publish. * prettier-config: Update deps. * eslint-config: Update deps. * docusaurus-config: Update deps. * docs: Update deps. * docs: Enable linter. * docs: Lint. * web/sfe: Clean up types. Prep for monorepo. * esbuild-plugin-live-reload: Update deps. * web: Tidy ESLint, script commands. * web: Fix logs. * web: Lint. * web: Split compile check from cached version.
11 lines
205 B
JSON
11 lines
205 B
JSON
{
|
|
"compilerOptions": {
|
|
"noEmit": true,
|
|
"baseUrl": ".",
|
|
"outDir": "out",
|
|
"types": [],
|
|
"esModuleInterop": true,
|
|
"lib": ["DOM", "ES2015", "ES2017"]
|
|
}
|
|
}
|