Skip to content

Commit 40a03df

Browse files
committed
fix: initialize typescript to provide typings.
1 parent 983fb42 commit 40a03df

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed
File renamed without changes.

tsconfig.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"compilerOptions": {
3+
"target": "es2016",
4+
"module": "commonjs",
5+
"allowJs": true,
6+
"esModuleInterop": true,
7+
"forceConsistentCasingInFileNames": true,
8+
"strict": true,
9+
"skipLibCheck": true
10+
}
11+
}

0 commit comments

Comments
 (0)