bitwarden-estensione-browser/scripts/tsconfig.json

10 lines
165 B
JSON

{
"extends": "../libs/shared/tsconfig",
"compilerOptions": {
"outDir": "dist",
"module": "NodeNext",
"target": "ESNext"
},
"include": ["*.ts"]
}