Skip to content

Commit

Permalink
Add .tsconfig file
Browse files Browse the repository at this point in the history
  • Loading branch information
d3xter666 committed Oct 20, 2023
1 parent 1302e6d commit 4b119ea
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"compilerOptions": {
"target": "esnext",
"noEmit": true,
"experimentalDecorators": true,
"emitDecoratorMetadata": true,
"allowSyntheticDefaultImports": true,
"module": "NodeNext",
"moduleResolution": "NodeNext",
},
}

0 comments on commit 4b119ea

Please sign in to comment.