diff --git a/tsconfig.json b/tsconfig.json index f9dceb82..ea4b4048 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -10,7 +10,6 @@ "jsx": "react", "pretty": true, "sourceMap": true, - "baseUrl": "./src", "noUnusedLocals": true, "noUnusedParameters": true, "noImplicitReturns": true, @@ -18,6 +17,5 @@ "moduleResolution": "node", "allowSyntheticDefaultImports": true, "resolveJsonModule": true, - "allowJs": true, } }