Skip to content

Commit

Permalink
chore: move tsconfig to application-config package
Browse files Browse the repository at this point in the history
  • Loading branch information
kark committed May 30, 2022
1 parent b2c893a commit 93974f4
Show file tree
Hide file tree
Showing 8 changed files with 5 additions and 85 deletions.
8 changes: 4 additions & 4 deletions .changeset/beige-moles-listen.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
---
'@commercetools-frontend/tsconfig': minor
'@commercetools-frontend/application-config': minor
---

Exposes a base `tsconfig.json` file to extend in Custom Applications.
Expose a base `tsconfig.json` file to extend in Custom Applications.

Install:

```bash
$ npm install --save @commercetools-frontend/tsconfig
$ npm install --save @commercetools-frontend/application-config
```

Add to your `tsconfig.json`:

```json
{
"extends": "@commercetools-frontend/tsconfig"
"extends": "@commercetools-frontend/application-config/tsconfig/tsconfig.json"
}
```
5 changes: 0 additions & 5 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ packages/
react-notifications/
sdk/
sentry/
tsconfig/
url-utils/
```

Expand Down Expand Up @@ -116,10 +115,6 @@ This package contains React components to render notification (e.g. error messag

This package contains React components to perform requests in a declarative way. Underneath it uses our [js-sdk](https://commercetools.github.io/nodejs/sdk/) to perform the network requests.

#### [tsconfig](./packages/tsconfig)

This package contains a TSConfig file used by a Merchant Center application in TypeScript.

## Setting up a local copy

1. Clone the repository
Expand Down
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,7 @@
"!packages/jest-preset-mc-app",
"!packages/jest-stylelint-runner",
"!packages/mc-scripts",
"!packages-backend/eslint-config-node",
"!packages/tsconfig"
"!packages-backend/eslint-config-node"
]
},
"dependencies": {
Expand Down
File renamed without changes.
1 change: 0 additions & 1 deletion packages/tsconfig/.gitignore

This file was deleted.

21 changes: 0 additions & 21 deletions packages/tsconfig/LICENSE

This file was deleted.

23 changes: 0 additions & 23 deletions packages/tsconfig/README.md

This file was deleted.

29 changes: 0 additions & 29 deletions packages/tsconfig/package.json

This file was deleted.

0 comments on commit 93974f4

Please sign in to comment.