added tsconfig.json

This commit is contained in:
cong
2021-04-17 10:19:22 +08:00
committed by Jun Yang
parent 2bc03d6a01
commit 28f154554b
+7
View File
@@ -0,0 +1,7 @@
{
"compilerOptions": {
"types": [
"node"
]
}
}