mirror of
https://github.com/robonen/tools.git
synced 2026-03-20 02:44:45 +00:00
Vhs (#37)
* chore(repo): update deps in cli * refactor(packages/tsconfig): change target to ESNext * chore(deps): update all deps * feat(apps/vhs): add vhs app * chore(deps): sync with master
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
"display": "Base TypeScript Configuration",
|
||||
"compilerOptions": {
|
||||
/* Basic Options */
|
||||
"module": "Preserve",
|
||||
"module": "ESNext",
|
||||
"noEmit": true,
|
||||
"lib": ["ESNext"],
|
||||
"moduleResolution": "Bundler",
|
||||
|
||||
Reference in New Issue
Block a user