Skip to content

Commit ac50251

Browse files
authored
Merge pull request #62 from feyninc/dev
chore: fix deprecation warning
2 parents 05cbbb5 + d4f61be commit ac50251

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

packages/token/tsconfig.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"compilerOptions": {
33
"target": "ES2021",
4-
"module": "ES2020",
4+
"module": "ESNext",
55
"lib": ["ES2021"],
6-
"moduleResolution": "node",
6+
"moduleResolution": "bundler",
77
"outDir": "./dist",
88
"rootDir": "./src",
99
"strict": true,

0 commit comments

Comments
 (0)