Skip to content

Commit

Permalink
set up ts support in styleguide
Browse files Browse the repository at this point in the history
  • Loading branch information
nicmosc committed Nov 17, 2020
1 parent 0dc0a31 commit 53d719e
Show file tree
Hide file tree
Showing 8 changed files with 393 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .eslintrc.ts.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ module.exports = {
extends: ['eslint:recommended', 'plugin:jest/recommended'],
parserOptions: {
sourceType: 'module',
project: 'packages/react-drylus/tsconfig.json',
project: ['packages/react-drylus/tsconfig.json', 'packages/styleguide/tsconfig.json'],
},
env: {
node: true,
Expand Down
95 changes: 95 additions & 0 deletions package-lock.json

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

2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,8 @@
"rimraf": "^2.6.2",
"style-loader": "^0.23.1",
"ts-jest": "^24.3.0",
"ts-loader": "^8.0.11",
"tsconfig-paths-webpack-plugin": "^3.3.0",
"typedoc": "^0.16.11",
"typescript": "^3.8.3",
"webfont": "^8.2.1",
Expand Down
File renamed without changes.
Loading

0 comments on commit 53d719e

Please sign in to comment.