Skip to content

Instantly share code, notes, and snippets.

@kuju63
Created August 6, 2018 15:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kuju63/10d3cedd20fd50f0e7a52b779dc15134 to your computer and use it in GitHub Desktop.
Save kuju63/10d3cedd20fd50f0e7a52b779dc15134 to your computer and use it in GitHub Desktop.
webpack4 + TypeScript + SCSS構成のTypeScriptコンパイル設定
{
"compilerOptions": {
"sourceMap": true,
"target": "es5",
"removeComments": true,
"module": "es2015"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment