Skip to content

Commit 4be2dc2

Browse files
author
jovanSAPFIONEER
committed
fix: add files:[] to output tsconfig to silence no-inputs warning
1 parent 43c080b commit 4be2dc2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

examples/output/tsconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"compilerOptions": {
33
"noCheck": true
4-
}
4+
},
5+
"files": []
56
}

0 commit comments

Comments
 (0)