Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Adding TypeScript project
  • Loading branch information
moozzyk committed Sep 18, 2017
1 parent 7fe50eb commit 3df26a1
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -26,3 +26,4 @@ npm-debug.log
.idea/
.vscode/
global.json
chat.js
Empty file added SignalRChat/chat.ts
Empty file.
8 changes: 8 additions & 0 deletions SignalRChat/tsconfig.json
@@ -0,0 +1,8 @@
{
"compilerOptions": {
"target": "es6",
"module": "commonjs",
"strict": true,
"noImplicitAny": true
}
}

0 comments on commit 3df26a1

Please sign in to comment.