import * as fs from 'fs'; import * as path from 'path'; fs.readFile(path.join(__dirname, '../../client/index.html'), 'utf8', (error, data) => { // ... })
"dependencies": { "@types/node": "^7.0.5" }