change file name to convention

This commit is contained in:
Alexandro
2016-11-17 23:06:34 +07:00
parent c582efde16
commit facd5bc097
3 changed files with 2 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
/// <reference path="./index.d.ts"/>
/// <reference path="./sails.io.js.d.ts"/>
import * as SocketIO from 'socket.io-client';
import * as SailsIOJS from 'sails.io.js';
const io = SailsIOJS(SocketIO);

View File

@@ -13,7 +13,7 @@
"forceConsistentCasingInFileNames": true
},
"files": [
"index.d.ts",
"sails.io.js.d.ts",
"sails.io.js-tests.ts"
]
}