Skip to content

Commit

Permalink
chore: Add chat room tsconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
fguitton committed Sep 14, 2023
1 parent 37bc725 commit 78f002f
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions sc/chat-room/tsconfig.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"extends": "../../node_modules/@klave/sdk/sdk.json",
"compilerOptions": {
"forceConsistentCasingInFileNames": true,
"experimentalDecorators": true
},
"include": [
"./**/*.ts"
]
}

0 comments on commit 78f002f

Please sign in to comment.