Skip to content

Commit a986164

Browse files
committed
fix focus mode when toggling, some typing fixes
1 parent 66e7029 commit a986164

File tree

5 files changed

+338
-635
lines changed

5 files changed

+338
-635
lines changed

demo/tsconfig.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@
1616
"*": [
1717
"./node_modules/tns-core-modules/*",
1818
"./node_modules/*"
19+
],
20+
"~/*": [
21+
"app/*"
1922
]
2023
}
2124
},

0 commit comments

Comments
 (0)