Skip to content

Commit d3a2163

Browse files
committed
Add basic TS config (is this needed?)
1 parent bce3867 commit d3a2163

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

tsconfig.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"compilerOptions": {
3+
"target": "es5",
4+
"outDir": "dist",
5+
"module": "esnext",
6+
"moduleResolution": "node",
7+
"esModuleInterop": true
8+
},
9+
"include": ["src"]
10+
}

0 commit comments

Comments
 (0)