1
0
mirror of https://github.com/bitwarden/directory-connector synced 2026-01-16 07:23:31 +00:00

tsconfig cleanup

This commit is contained in:
Brandon
2026-01-15 12:37:31 -05:00
parent 9f933b1d70
commit 48066075fc

View File

@@ -8,9 +8,10 @@
"moduleResolution": "bundler",
"noImplicitAny": true,
"target": "ES2016",
"esModuleInterop": true,
"module": "ES2020",
"lib": ["es5", "es6", "es7", "dom"],
"sourceMap": true,
"allowSyntheticDefaultImports": true,
"experimentalDecorators": true,
"emitDecoratorMetadata": true,
"declaration": false,