diff --git a/tsconfig.json b/tsconfig.json index 4624c91..5974f9e 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -11,9 +11,9 @@ "module": "ESNext", "moduleResolution": "Bundler", "noUncheckedIndexedAccess": true, - "paths": { - "~/*": ["./src/*"] - }, + // "paths": { + // "~/*": ["./src/*"] + // }, "resolveJsonModule": true, "skipLibCheck": true, "strict": true,