Skip to content

Commit 688a3e4

Browse files
committed
add tsconfig
1 parent 023c259 commit 688a3e4

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

tsconfig.json

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"compilerOptions": {
3+
"target": "es2020",
4+
"module": "commonjs",
5+
"esModuleInterop": true,
6+
"forceConsistentCasingInFileNames": true,
7+
"strict": true,
8+
"skipLibCheck": true,
9+
"resolveJsonModule": true
10+
}
11+
}

0 commit comments

Comments
 (0)