From d41d1793cf181fc5168ac04da6f35c1330d97f1e Mon Sep 17 00:00:00 2001 From: Ken Date: Wed, 20 Feb 2019 11:13:16 -0800 Subject: [PATCH] fixing the tsconfig to exclude docs/ dir --- docs/index.html | 34 +++++++++++++++++----------------- tsconfig.json | 2 +- 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/docs/index.html b/docs/index.html index caab100..1e5cb66 100644 --- a/docs/index.html +++ b/docs/index.html @@ -17,49 +17,49 @@ Setup, HTML, CSS, Javascript and Intro to React
  • - + Step 0
    HTML/CSS/JS
  • - + Step 1
    Todo HTML
  • - + Step 2
    Todo CSS
  • - + Step 3
    Todo JS
  • - + Step 4
    React Intro
  • - + Step 5
    React Components
  • - + Step 6
    State Driven UI
  • - + Step 7
    UI Driven State
    @@ -76,63 +76,63 @@
  • diff --git a/tsconfig.json b/tsconfig.json index 38839b0..3545c2b 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -12,5 +12,5 @@ "skipLibCheck": true, "skipDefaultLibCheck": true }, - "exclude": ["node_modules"] + "exclude": ["node_modules", "docs"] }