This repository has been archived on 2024-05-31. You can view files and clone it, but cannot push or open issues or pull requests.
authentik/web/tsconfig.json

15 lines
380 B
JSON
Raw Normal View History

{
"compilerOptions": {
"strict": true,
"esModuleInterop": true,
"skipLibCheck": true,
"forceConsistentCasingInFileNames": true,
"experimentalDecorators": true,
"sourceMap": true,
"target": "esnext",
"module": "es2015",
"moduleResolution": "node",
2020-11-21 19:48:49 +00:00
"lib": ["es2017", "dom", "dom.iterable"]
}
}