Skip to content

Commit

Permalink
adjusting interface
Browse files Browse the repository at this point in the history
  • Loading branch information
tomkis committed Feb 20, 2017
1 parent e95c5f2 commit eb7c03c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
3 changes: 2 additions & 1 deletion packages/prism-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
"license": "MIT",
"devDependencies": {
"@types/enzyme": "^2.7.4",
"@types/jest": "^18.1.1",
"@types/react": "^15.0.7",
"@types/react-redux": "^4.4.36",
"@types/recompose": "^0.20.4",
Expand All @@ -41,7 +42,7 @@
"transform": {
".(ts|tsx)": "<rootDir>/node_modules/ts-jest/preprocessor.js"
},
"testRegex": "(/__tests__/.*|\\.(test|spec))\\.(ts|tsx|js)$",
"testRegex": "(src/__tests__/.*|\\.(test|spec))\\.(ts|tsx|js)$",
"moduleFileExtensions": [
"ts",
"tsx",
Expand Down
5 changes: 4 additions & 1 deletion packages/prism-react/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,10 @@
"declaration": true,
"strictNullChecks": true,
"noImplicitAny": true,
"jsx": "react"
"jsx": "react",
"types": [
"jest"
]
},
"include": [
"src/**/*"
Expand Down

0 comments on commit eb7c03c

Please sign in to comment.