Skip to content

Commit 060aeb7

Browse files
committed
feat: add tsconfig
1 parent fc70ef0 commit 060aeb7

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+
"module": "umd",
4+
"target": "es5",
5+
"outDir": "lib"
6+
},
7+
"exclude": [
8+
"node_modules"
9+
]
10+
}

0 commit comments

Comments
 (0)