mirror of
https://github.com/bitwarden/browser
synced 2026-02-09 21:20:27 +00:00
11 lines
208 B
JSON
11 lines
208 B
JSON
{
|
|
"extends": "../shared/tsconfig",
|
|
"include": ["src"],
|
|
"compilerOptions": {
|
|
"declaration": true,
|
|
"emitDeclarationOnly": true,
|
|
"types": ["node"]
|
|
},
|
|
"exclude": ["node_modules", "dist"]
|
|
}
|