diff --git a/sc/chat-room/tsconfig.json b/sc/chat-room/tsconfig.json new file mode 100644 index 0000000..145638d --- /dev/null +++ b/sc/chat-room/tsconfig.json @@ -0,0 +1,10 @@ +{ + "extends": "../../node_modules/@klave/sdk/sdk.json", + "compilerOptions": { + "forceConsistentCasingInFileNames": true, + "experimentalDecorators": true + }, + "include": [ + "./**/*.ts" + ] +} \ No newline at end of file