diff --git a/tsconfig.json b/tsconfig.json index e96f9bd..b79c759 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -17,8 +17,7 @@ "noFallthroughCasesInSwitch": true, "paths": { "@/*": ["./src/*"] - }, - "baseUrl": "." + } }, "include": ["src/**/*.ts", "src/**/*.tsx", "src/**/*.d.ts"], "references": [{ "path": "./tsconfig.node.json" }]