bitwarden-desktop/tsconfig.renderer.json

9 lines
128 B
JSON
Raw Normal View History

{
"extends": "./tsconfig.json",
"files": [
"src/app/main.ts",
"src/global.d.ts",
"jslib/src/globals.d.ts"
]
}