Skip to content

Commit

Permalink
馃敡 Add tsconfig.json for IntelliSense
Browse files Browse the repository at this point in the history
  • Loading branch information
younesaassila committed May 26, 2023
1 parent 36cd56d commit 7ab9307
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": "ES2020",
"moduleResolution": "node",
"allowSyntheticDefaultImports": true
}
}

0 comments on commit 7ab9307

Please sign in to comment.