mirror of
https://github.com/goauthentik/authentik.git
synced 2026-06-17 19:09:11 +03:00
ad733033d7
* 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"]
|
|
}
|