Skip to content

Commit

Permalink
Merge pull request #2792 from SUI-Components/tokens
Browse files Browse the repository at this point in the history
fix(utils/sui-tokens): tsconfig
  • Loading branch information
andresin87 authored Jan 7, 2025
2 parents 1077373 + 20b6b20 commit 3e7408b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions utils/sui-tokens/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"extends": "../../tsconfig.json",
"extends": "@s-ui/bundler/tsconfig.json",
"ts-node": {"esm": true, "experimentalSpecifierResolution": "node"},
"compilerOptions": {
"outDir": "./lib",
Expand All @@ -9,7 +9,7 @@
"module": "CommonJS",
"esModuleInterop": true,
"target": "ESNext",
"moduleResolution": "Node",
"moduleResolution": "node",
"forceConsistentCasingInFileNames": true,
"noFallthroughCasesInSwitch": true,
"isolatedModules": false,
Expand Down

0 comments on commit 3e7408b

Please sign in to comment.