Migration towards TypeScript
This is going to be 1.1.0. Remaining TODOs: * "npm run tsc" should generate declarations * Add (restrictive) TSLint configuration * Add support for TSLint in "npm test"
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
#!/usr/bin/env node
|
||||
var path = require('path');
|
||||
var fs = require('fs');
|
||||
require(path.join(path.dirname(fs.realpathSync(__filename)), '..'));
|
||||
require(path.join(path.dirname(fs.realpathSync(__filename)), '../dist/cli'));
|
||||
Reference in New Issue
Block a user