Skip to content

Commit

Permalink
Merge branch '435-move-the-base-tsconfig-json-file-to-the-root-direct…
Browse files Browse the repository at this point in the history
…ory-and-update-the-consumers-accordingly' into 'dev'

Resolve "Move the base tsconfig.json file to the root directory and update the consumers accordingly"

Closes #435

See merge request ergo/rosen-bridge/ui!360
  • Loading branch information
vorujack committed Nov 21, 2024
2 parents b859d8e + 385aaef commit aab8cd5
Show file tree
Hide file tree
Showing 21 changed files with 21 additions and 19 deletions.
2 changes: 2 additions & 0 deletions .changeset/old-eels-double.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
---
---
2 changes: 1 addition & 1 deletion networks/bitcoin/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"extends": "../../packages/tsconfig.novite.json",
"extends": "../../tsconfig.novite.json",
"compilerOptions": {
"outDir": "dist",
"rootDir": "./"
Expand Down
2 changes: 1 addition & 1 deletion networks/cardano/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"extends": "../../packages/tsconfig.novite.json",
"extends": "../../tsconfig.novite.json",
"compilerOptions": {
"outDir": "dist",
"rootDir": "./"
Expand Down
2 changes: 1 addition & 1 deletion networks/ergo/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"extends": "../../packages/tsconfig.novite.json",
"extends": "../../tsconfig.novite.json",
"compilerOptions": {
"outDir": "dist",
"rootDir": "./"
Expand Down
2 changes: 1 addition & 1 deletion networks/ethereum/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"extends": "../../packages/tsconfig.novite.json",
"extends": "../../tsconfig.novite.json",
"compilerOptions": {
"outDir": "dist",
"rootDir": "./"
Expand Down
2 changes: 1 addition & 1 deletion packages/common-hooks/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"extends": "../tsconfig.novite.json",
"extends": "../../tsconfig.novite.json",
"compilerOptions": {
"outDir": "dist",
"rootDir": "./"
Expand Down
2 changes: 1 addition & 1 deletion packages/constants/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"extends": "../tsconfig.novite.json",
"extends": "../../tsconfig.novite.json",
"compilerOptions": {
"outDir": "dist",
"rootDir": "./"
Expand Down
2 changes: 1 addition & 1 deletion packages/swr-helpers/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"extends": "../tsconfig.novite.json",
"extends": "../../tsconfig.novite.json",
"compilerOptions": {
"outDir": "dist",
"rootDir": "./",
Expand Down
2 changes: 1 addition & 1 deletion packages/swr-mock/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"extends": "../tsconfig.novite.json",
"extends": "../../tsconfig.novite.json",
"compilerOptions": {
"outDir": "dist",
"rootDir": "./",
Expand Down
2 changes: 1 addition & 1 deletion packages/types/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"extends": "../tsconfig.novite.json",
"extends": "../../tsconfig.novite.json",
"compilerOptions": {
"outDir": "dist",
"rootDir": "./"
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"extends": "../tsconfig.novite.json",
"extends": "../../tsconfig.novite.json",
"compilerOptions": {
"outDir": "dist",
"rootDir": "./"
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion wallets/eternl-wallet/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"extends": "../../packages/tsconfig.novite.json",
"extends": "../../tsconfig.novite.json",
"compilerOptions": {
"jsx": "react-jsx",
"outDir": "dist",
Expand Down
2 changes: 1 addition & 1 deletion wallets/flint-wallet/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"extends": "../../packages/tsconfig.novite.json",
"extends": "../../tsconfig.novite.json",
"compilerOptions": {
"jsx": "react-jsx",
"outDir": "dist",
Expand Down
2 changes: 1 addition & 1 deletion wallets/lace-wallet/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"extends": "../../packages/tsconfig.novite.json",
"extends": "../../tsconfig.novite.json",
"compilerOptions": {
"jsx": "react-jsx",
"outDir": "dist",
Expand Down
2 changes: 1 addition & 1 deletion wallets/metamask-wallet/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"extends": "../../packages/tsconfig.novite.json",
"extends": "../../tsconfig.novite.json",
"compilerOptions": {
"jsx": "react-jsx",
"outDir": "dist",
Expand Down
2 changes: 1 addition & 1 deletion wallets/nami-wallet/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"extends": "../../packages/tsconfig.novite.json",
"extends": "../../tsconfig.novite.json",
"compilerOptions": {
"jsx": "react-jsx",
"outDir": "dist",
Expand Down
2 changes: 1 addition & 1 deletion wallets/nautilus-wallet/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"extends": "../../packages/tsconfig.novite.json",
"extends": "../../tsconfig.novite.json",
"compilerOptions": {
"declaration": true,
"jsx": "react-jsx",
Expand Down
2 changes: 1 addition & 1 deletion wallets/vespr-wallet/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"extends": "../../packages/tsconfig.novite.json",
"extends": "../../tsconfig.novite.json",
"compilerOptions": {
"jsx": "react-jsx",
"outDir": "dist",
Expand Down
2 changes: 1 addition & 1 deletion wallets/wallet-api/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"extends": "../../packages/tsconfig.novite.json",
"extends": "../../tsconfig.novite.json",
"compilerOptions": {
"outDir": "dist",
"rootDir": "."
Expand Down
2 changes: 1 addition & 1 deletion wallets/xdefi-wallet/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"extends": "../../packages/tsconfig.novite.json",
"extends": "../../tsconfig.novite.json",
"compilerOptions": {
"jsx": "react-jsx",
"outDir": "dist",
Expand Down

0 comments on commit aab8cd5

Please sign in to comment.