mirror of
https://github.com/bitwarden/browser
synced 2026-02-08 04:33:38 +00:00
11 lines
194 B
JSON
11 lines
194 B
JSON
{
|
|
"extends": "../tsconfig.base",
|
|
"compilerOptions": {
|
|
"outDir": "dist",
|
|
"module": "NodeNext",
|
|
"moduleResolution": "NodeNext",
|
|
"target": "ESNext"
|
|
},
|
|
"include": ["*.ts"]
|
|
}
|