Skip to content

Commit

Permalink
update .tsconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
Protonko committed Jun 5, 2022
1 parent 8add693 commit ea3d110
Show file tree
Hide file tree
Showing 3 changed files with 43 additions and 33 deletions.
46 changes: 30 additions & 16 deletions package-lock.json

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

28 changes: 12 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,21 +1,18 @@
{
"name": "section-list",
"name": "@protonko/section-list",
"description": "Component for rendering sectioned lists",
"keywords": ["react", "list", "section list"],
"author": {
"email": "[email protected]",
"name": "Egor Ermolaev"
},
"private": false,
"license": "MIT",
"version": "0.1.0",
"private": true,
"version": "0.1.1",
"dependencies": {
"@babel/polyfill": "7.12.1",
"@types/node": "17.0.36",
"@types/react": "18.0.9",
"@types/react-dom": "18.0.5",
"react": "18.1.0",
"react-dom": "18.1.0",
"react-scripts": "5.0.1",
"typescript": "4.7.2"
"react-scripts": "5.0.1"
},
"scripts": {
"prepublish": "tsc",
Expand All @@ -26,12 +23,6 @@
},
"main": "dist/index.js",
"types": "dist/index.d.ts",
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
Expand All @@ -47,7 +38,12 @@
"devDependencies": {
"@babel/cli": "7.17.10",
"@babel/core": "7.18.2",
"@babel/polyfill": "7.12.1",
"@babel/preset-env": "7.18.2",
"babel-dts-generator": "^0.6.3"
"babel-dts-generator": "^0.6.3",
"@types/node": "17.0.36",
"@types/react": "18.0.9",
"@types/react-dom": "18.0.5",
"typescript": "4.7.2"
}
}
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"strict": true,
"forceConsistentCasingInFileNames": true,
"noFallthroughCasesInSwitch": true,
"module": "commonjs",
"module": "es2022",
"moduleResolution": "node",
"resolveJsonModule": true,
"isolatedModules": true,
Expand Down

0 comments on commit ea3d110

Please sign in to comment.