1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00
lens/packages/download-binaries/tsconfig.json
Sebastian Malton 00c7c4189b Move downloading binaries to new package
Signed-off-by: Sebastian Malton <sebastian@malton.name>
2023-01-27 08:30:15 -05:00

20 lines
276 B
JSON

{
"extends": "../../tsconfig.json",
"compilerOptions": {
"composite": true,
"outDir": "dist/",
"paths": {
"*": [
"node_modules/*",
"types/*"
]
},
},
"include": [
"src/**/*",
],
"exclude": [
"node_modules",
]
}