authentik/web/packages/sfe/tsconfig.json

8 lines
140 B
JSON

{
"compilerOptions": {
"types": ["jquery"],
"esModuleInterop": true,
"lib": ["DOM", "ES2015", "ES2017"]
}
}