Skip to content

Commit df37418

Browse files
committed
Update configs for build
1 parent 6b8f291 commit df37418

File tree

4 files changed

+6
-3
lines changed

4 files changed

+6
-3
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -390,7 +390,7 @@ jobs:
390390
- node-build-steps
391391
build-uauth:
392392
docker:
393-
- image: cimg/node:16.13.1
393+
- image: cimg/node:16.15.1
394394
working_directory: ~/web3-onboard-monorepo/packages/uauth
395395
steps:
396396
- node-build-steps
@@ -675,7 +675,7 @@ jobs:
675675
- node-staging-build-steps
676676
build-staging-uauth:
677677
docker:
678-
- image: cimg/node:16.13.1
678+
- image: cimg/node:16.15.1
679679
working_directory: ~/web3-onboard-monorepo/packages/uauth
680680
steps:
681681
- node-staging-build-steps

packages/arcana-auth/tsconfig.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
"outDir": "dist",
66
"rootDir": "src",
77
"declarationDir": "dist",
8+
"moduleResolution": "node",
89
"paths": {
910
"*": ["./src/*", "./node_modules/*"]
1011
},

packages/transaction-preview/tsconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@
1111
"module": "esnext",
1212
"resolveJsonModule": true,
1313
"strictNullChecks": false,
14-
"allowSyntheticDefaultImports": true
14+
"allowSyntheticDefaultImports": true,
15+
"ignoreDeprecations": "5.0"
1516
},
1617
"outDir": "dist",
1718
}

packages/uauth/tsconfig.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
"outDir": "dist",
77
"rootDir": "src",
88
"declarationDir": "dist",
9+
"moduleResolution": "node",
910
"allowSyntheticDefaultImports": true,
1011
"paths": {
1112
"*": ["./src/*", "./node_modules/*"]

0 commit comments

Comments
 (0)