Skip to content

Commit c468037

Browse files
committed
...
1 parent 5d2ed00 commit c468037

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

tsconfig.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"compilerOptions": {
3+
"module": "commonjs",
4+
"esModuleInterop": true,
5+
"target": "es6",
6+
"jsx": "react"
7+
}
8+
}

0 commit comments

Comments
 (0)