Skip to content

Instantly share code, notes, and snippets.

@Gekkio
Created July 18, 2016 17:42
Show Gist options
  • Save Gekkio/720511fa701e7903ef48adc6e4898e39 to your computer and use it in GitHub Desktop.
Save Gekkio/720511fa701e7903ef48adc6e4898e39 to your computer and use it in GitHub Desktop.
Typescript issue #9785
import * as path from 'path';
console.info(path.delimiter);
{
"name": "ts-9785",
"version": "0.0.0",
"private": true,
"devDependencies": {
"@types/node": "4.0.29",
"typescript": "2.1.0-dev.20160718"
}
}
{
"compilerOptions": {
"module": "commonjs",
"target": "es5",
"noImplicitAny": true
},
"exclude": [
"node_modules"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment