mirror of
https://github.com/bitwarden/browser
synced 2026-02-08 12:40:26 +00:00
Raise TSConfig target
This commit is contained in:
@@ -4,9 +4,9 @@
|
||||
"pretty": true,
|
||||
"moduleResolution": "node",
|
||||
"noImplicitAny": true,
|
||||
"target": "ES2016",
|
||||
"target": "ES2023",
|
||||
"module": "ES2020",
|
||||
"lib": ["es5", "es6", "es7", "dom", "ES2021", "ESNext.Disposable"],
|
||||
"lib": ["DOM", "ES2023", "ESNext.Disposable"],
|
||||
"allowSyntheticDefaultImports": true,
|
||||
"experimentalDecorators": true,
|
||||
"emitDecoratorMetadata": true,
|
||||
|
||||
Reference in New Issue
Block a user