Skip to content

Instantly share code, notes, and snippets.

@johnculviner
Last active August 14, 2019 19:42
Show Gist options
  • Select an option

  • Save johnculviner/806318cf943c81e76a43688a5b1e64cf to your computer and use it in GitHub Desktop.

Select an option

Save johnculviner/806318cf943c81e76a43688a5b1e64cf to your computer and use it in GitHub Desktop.

Revisions

  1. johnculviner renamed this gist Aug 14, 2019. 1 changed file with 0 additions and 0 deletions.
    File renamed without changes.
  2. johnculviner created this gist Aug 14, 2019.
    15 changes: 15 additions & 0 deletions gistfile1.txt
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,15 @@
    {
    "compilerOptions": {
    "target": "ES6",
    "lib": ["es2017"],
    "module": "commonjs",
    "allowSyntheticDefaultImports": true,
    "baseUrl": "./src/",
    "checkJs": true,
    "jsx": "react",
    "paths": {
    "*": ["*"]
    }
    },
    "exclude": ["node_modules", "**/node_modules/*", "./build"]
    }