Skip to content

Commit 5a83ec3

Browse files
committed
add tsconfig.json so linter shuts the hell up
1 parent 5c8f709 commit 5a83ec3

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

tsconfig.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"compilerOptions": {
3+
"experimentalDecorators": true,
4+
"allowJs": true
5+
}
6+
}

0 commit comments

Comments
 (0)