Skip to content

Commit f061bd1

Browse files
committed
Fix yarn bootstrap warning with typescript
1 parent b46388a commit f061bd1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,8 @@
164164
[
165165
"typescript",
166166
{
167-
"project": "tsconfig.build.json"
167+
"project": "tsconfig.build.json",
168+
"tsc": "./node_modules/.bin/tsc"
168169
}
169170
]
170171
]

0 commit comments

Comments
 (0)