Skip to content

Instantly share code, notes, and snippets.

@sifue
Created September 13, 2015 00:49
Show Gist options
  • Select an option

  • Save sifue/11f31453d2bb515ae7be to your computer and use it in GitHub Desktop.

Select an option

Save sifue/11f31453d2bb515ae7be to your computer and use it in GitHub Desktop.
VSCodeでES6を書く際にルートフォルダに置くファイル
{
"compilerOptions": {
"target": "ES6",
"module": "commonjs"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment