We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 05cbbb5 + d4f61be commit ac50251Copy full SHA for ac50251
1 file changed
packages/token/tsconfig.json
@@ -1,9 +1,9 @@
1
{
2
"compilerOptions": {
3
"target": "ES2021",
4
- "module": "ES2020",
+ "module": "ESNext",
5
"lib": ["ES2021"],
6
- "moduleResolution": "node",
+ "moduleResolution": "bundler",
7
"outDir": "./dist",
8
"rootDir": "./src",
9
"strict": true,
0 commit comments