diff --git a/packages/sncrypto-web/tsconfig.json b/packages/sncrypto-web/tsconfig.json index e34d7e154..7694d1959 100644 --- a/packages/sncrypto-web/tsconfig.json +++ b/packages/sncrypto-web/tsconfig.json @@ -9,7 +9,6 @@ "esModuleInterop": true, "declaration": true, "outDir": "./dist", - "composite": true, "inlineSourceMap": true, "types": ["node"], "typeRoots": ["node_modules/@types", "typings"]