1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00
lens/build/tsconfig.json
Sebastian Malton 187850890a Add more tsconfig files, fix bug in <Catalog>
- Make all of history, navigation injectable

Signed-off-by: Sebastian Malton <sebastian@malton.name>
2022-05-04 08:47:20 -04:00

7 lines
70 B
JSON

{
"extends": "../tsconfig.json",
"include": [
"./**/*",
]
}