Files
authentik/scripts/api-ts-templates/tsconfig.esm.mustache
2025-05-23 13:20:45 +02:00

8 lines
156 B
Plaintext

{
"$schema": "https://json.schemastore.org/tsconfig",
"extends": "./tsconfig.json",
"compilerOptions": {
"outDir": "dist/esm",
},
}