Skip to content

Commit 1011819

Browse files
chore(scripts): add tsconfig.json for scripts directory
Configure TypeScript for scripts directory with noEmit option and exclude sdk-coin-generator directory. Issue: BTC-1933
1 parent f9e9f32 commit 1011819

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

scripts/tsconfig.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"extends": "../tsconfig.json",
3+
"compilerOptions": {
4+
"noEmit": true
5+
},
6+
"exclude": ["sdk-coin-generator"]
7+
}

0 commit comments

Comments
 (0)