Skip to content

Commit 42a1d2d

Browse files
committed
add tsconfig
1 parent 3eb3393 commit 42a1d2d

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

tsconfig.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"compilerOptions": {
3+
"importHelpers": true,
4+
"module": "commonjs",
5+
"noUnusedLocals": true,
6+
"noUnusedParameters": true,
7+
"strict": true,
8+
"target": "es2017"
9+
},
10+
"include": [
11+
"server.ts",
12+
"public/**/*.js"
13+
]
14+
}

0 commit comments

Comments
 (0)