diff --git a/react/tsconfig.json b/react/tsconfig.json index c7a368a7..8b261ef9 100644 --- a/react/tsconfig.json +++ b/react/tsconfig.json @@ -15,6 +15,7 @@ "esModuleInterop": true, "sourceMap": true, "moduleResolution": "bundler", + "rootDir": "../src", "skipLibCheck": true, "resolveJsonModule": true, "forceConsistentCasingInFileNames": true, diff --git a/tsconfig.json b/tsconfig.json index ebfc532a..b8eacf87 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -15,6 +15,7 @@ "esModuleInterop": true, "sourceMap": true, "moduleResolution": "bundler", + "rootDir": "./src", "skipLibCheck": true, "resolveJsonModule": true, "forceConsistentCasingInFileNames": true,