1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-06 00:13:28 +00: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:
Oscar Hinton
2024-11-05 11:40:47 +01:00
committed by GitHub
parent af6a2f5553
commit e3e675383f

View File

@@ -3,6 +3,7 @@
"compilerOptions": {
"outDir": "dist",
"module": "NodeNext",
"moduleResolution": "NodeNext",
"target": "ESNext"
},
"include": ["*.ts"]