Skip to content

Commit

Permalink
add root-level tsconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
Andarist committed Apr 10, 2024
1 parent e83f642 commit 156d1fd
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"compilerOptions": {
"target": "es5",
"moduleResolution": "node",
"strict": true
}
}

0 comments on commit 156d1fd

Please sign in to comment.