mirror of
https://github.com/bitwarden/clients.git
synced 2025-12-11 05:44:04 -06:00
Fix locale test after typescript upgrade (#11859)
The TypeScript update broke locale tests, to fix this we need to define moduleResolution manually as mentioned in the TS changelog.
This commit is contained in:
parent
af6a2f5553
commit
e3e675383f
@ -3,6 +3,7 @@
|
||||
"compilerOptions": {
|
||||
"outDir": "dist",
|
||||
"module": "NodeNext",
|
||||
"moduleResolution": "NodeNext",
|
||||
"target": "ESNext"
|
||||
},
|
||||
"include": ["*.ts"]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user