Skip to content

Commit

Permalink
Update tsconfig.js.json
Browse files Browse the repository at this point in the history
  • Loading branch information
asika32764 authored May 23, 2024
1 parent d02ca31 commit bdd8d63
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tsconfig.js.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
"allowJs": true,
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"noEmit": false
"noEmit": false,
"strict": true
}
}

0 comments on commit bdd8d63

Please sign in to comment.