Skip to content

Commit 1535e67

Browse files
authored
Add tsconfig.json with compiler options
1 parent abff7bf commit 1535e67

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

tsconfig.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"compilerOptions": {
3+
"target": "ES2020",
4+
"module": "CommonJS",
5+
"outDir": "dist",
6+
"strict": true,
7+
"esModuleInterop": true
8+
}
9+
}

0 commit comments

Comments
 (0)