Skip to content

Commit

Permalink
Chore: change tsconfig.json "@rhannachi/eslint-config-prettier" (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
rhannachi authored Aug 10, 2023
1 parent 2803336 commit dc35e28
Show file tree
Hide file tree
Showing 4 changed files with 38 additions and 13 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [1.2.3] - 2023-08-10
### Chore
* chore: change tsconfig.json "@rhannachi/eslint-config-prettier"
### Contributors to this release
* Ramzi Hannachi ([@rhannachi](https://github.com/rhannachi))

## [1.2.2] - 2023-08-02
### Chore
* chore: extends tsconfig.json from @rhannachi/eslint-config-prettier
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@rhannachi/ui-components",
"author": "rhannachi",
"version": "1.2.2",
"version": "1.2.3",
"license": "MIT",
"main": "dist/index.js",
"module": "dist/index.esm.js",
Expand All @@ -28,7 +28,7 @@
"react-dom": "^18.2.0"
},
"devDependencies": {
"@rhannachi/eslint-config-prettier": "^1.1.2",
"@rhannachi/eslint-config-prettier": "^1.2.3",
"@rollup/plugin-commonjs": "^25.0.3",
"@rollup/plugin-image": "^3.0.2",
"@rollup/plugin-node-resolve": "^15.1.0",
Expand Down
40 changes: 29 additions & 11 deletions pnpm-lock.yaml

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

1 change: 1 addition & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"extends": "@rhannachi/eslint-config-prettier/tsconfig.json",
"compilerOptions": {
"outDir": "dist",
"declaration": true,
"declarationDir": "dist",
"baseUrl": "src",
"rootDir": "src",
Expand Down

0 comments on commit dc35e28

Please sign in to comment.