From ebe3cbab19cc93c3175397af68b566a5f1aab050 Mon Sep 17 00:00:00 2001 From: eric Date: Tue, 9 Dec 2025 17:28:00 +0000 Subject: [PATCH] sh --- tsconfig.json | 14 +++++++++++--- web3next.sh | 1 + 2 files changed, 12 insertions(+), 3 deletions(-) create mode 100644 web3next.sh diff --git a/tsconfig.json b/tsconfig.json index 3a13f90..e83516c 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,7 +1,11 @@ { "compilerOptions": { "target": "ES2017", - "lib": ["dom", "dom.iterable", "esnext"], + "lib": [ + "dom", + "dom.iterable", + "esnext" + ], "allowJs": true, "skipLibCheck": true, "strict": true, @@ -19,7 +23,9 @@ } ], "paths": { - "@/*": ["./*"] + "@/*": [ + "./*" + ] } }, "include": [ @@ -30,5 +36,7 @@ ".next/dev/types/**/*.ts", "**/*.mts" ], - "exclude": ["node_modules"] + "exclude": [ + "node_modules" + ] } diff --git a/web3next.sh b/web3next.sh new file mode 100644 index 0000000..b75224f --- /dev/null +++ b/web3next.sh @@ -0,0 +1 @@ +pnpm start