Skip to content
This repository was archived by the owner on Dec 18, 2018. It is now read-only.

Commit 79d8a9d

Browse files
Pawel Kadluczkamoozzyk
Pawel Kadluczka
authored andcommitted
Changing module type to commonjs
1 parent 345190e commit 79d8a9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client-ts/Microsoft.AspNetCore.SignalR.Client.TS/tsconfig.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"compileOnSave": true,
33
"compilerOptions": {
4-
"module": "umd",
4+
"module": "commonjs",
55
"target": "es6",
66
"sourceMap": true,
77
"emitDecoratorMetadata": true,

0 commit comments

Comments
 (0)