mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-07 09:31:31 +01:00
df14e3f030
* detecting unsupported modifications in locales * typo fix * limit to english locales, increased verbosity * increased verbosity
10 lines
165 B
JSON
10 lines
165 B
JSON
{
|
|
"extends": "../libs/shared/tsconfig",
|
|
"compilerOptions": {
|
|
"outDir": "dist",
|
|
"module": "NodeNext",
|
|
"target": "ESNext"
|
|
},
|
|
"include": ["*.ts"]
|
|
}
|