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"] }