diff --git a/tsconfig.json b/tsconfig.json index 44d1ac714..1ae63781f 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,9 +1,4 @@ { "extends": "@box/frontend/ts/tsconfig.json", - "compilerOptions": { - "baseUrl": ".", - "outDir": "dist", - "rootDir": "." - }, "include": ["./src/**/*.ts", "./src/**/*.tsx"] }