diff --git a/features/profile/client/display/tsconfig.json b/features/profile/client/display/tsconfig.json index 14f0edd1a..6619201f0 100644 --- a/features/profile/client/display/tsconfig.json +++ b/features/profile/client/display/tsconfig.json @@ -1,13 +1,13 @@ { - "extends": "../../../../../tsconfig.base.json", + "extends": "../../../../tsconfig.base.json", "compilerOptions": { - "composite": true, "outDir": "./dist", "rootDir": "./src", "jsx": "react-jsx", "declaration": true, "declarationMap": true, - "sourceMap": true + "sourceMap": true, + "incremental": false }, "include": ["src/**/*"], "exclude": ["node_modules", "dist", "**/*.spec.ts", "**/*.spec.tsx", "**/__tests__/**"]