mirror of
https://github.com/goauthentik/authentik
synced 2026-05-14 10:56:52 +02:00
* web: Packagify live reload plugin. * web: Use shared formatter. * web: Format. * web: Use project mode typecheck. * web: Fix type errors.
7 lines
142 B
JSON
7 lines
142 B
JSON
// @file TSConfig used by the web package during build.
|
|
|
|
{
|
|
"extends": "./tsconfig.json",
|
|
"exclude": ["src/**/*.test.ts", "./tests"]
|
|
}
|