Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Sep 16, 2024. It is now read-only.

Commit 1dd6f68

Browse files
committed
Add typescript config
1 parent 3bc8aa5 commit 1dd6f68

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": "esnext",
4+
"target": "es2019",
5+
"strict": true
6+
},
7+
"exclude": [
8+
"node_modules"
9+
]
10+
}

0 commit comments

Comments
 (0)