Skip to content

Commit

Permalink
fix: added ts loader
Browse files Browse the repository at this point in the history
  • Loading branch information
Shruthi Rai committed Dec 16, 2021
1 parent ed8b1d0 commit 83f33d5
Show file tree
Hide file tree
Showing 2 changed files with 57 additions and 4 deletions.
52 changes: 51 additions & 1 deletion react-app/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 6 additions & 3 deletions react-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@
"version": "0.1.0",
"description": "Standard library of color tables for geological domain",
"release": {
"branches": ["main"]
"branches": [
"main"
]
},
"private": false,
"main": "src/index.js",
Expand All @@ -17,7 +19,6 @@
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-scripts": "4.0.3",
"typescript": "^4.5.4",
"web-vitals": "^1.1.2"
},
"scripts": {
Expand Down Expand Up @@ -55,6 +56,8 @@
"@storybook/addon-links": "^6.4.9",
"@storybook/react": "^6.4.9",
"babel-loader": "^8.1.0",
"semantic-release": "^18.0.1"
"semantic-release": "^18.0.1",
"ts-loader": "^9.2.6",
"typescript": "^4.5.4"
}
}

0 comments on commit 83f33d5

Please sign in to comment.