Skip to content

Commit 4245cdd

Browse files
author
Andrey Okonetchnikov
committed
chore: Add support for TS
1 parent f768537 commit 4245cdd

2 files changed

Lines changed: 7 additions & 0 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ typings/
1616

1717
# Optional npm cache directory
1818
.npm
19+
.rts2_cache*
1920

2021
# Optional eslint cache
2122
.eslintcache

tsconfig.json

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

0 commit comments

Comments
 (0)