From d44740b787c974c5388811a2989557d93923c49a Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Sat, 27 Mar 2021 14:35:58 +0100 Subject: fix build issues --- packages/taler-wallet-webextension/tsconfig.json | 46 ++++++++++++++---------- 1 file changed, 27 insertions(+), 19 deletions(-) (limited to 'packages/taler-wallet-webextension/tsconfig.json') diff --git a/packages/taler-wallet-webextension/tsconfig.json b/packages/taler-wallet-webextension/tsconfig.json index 4b1bb19be..417a73b1b 100644 --- a/packages/taler-wallet-webextension/tsconfig.json +++ b/packages/taler-wallet-webextension/tsconfig.json @@ -1,22 +1,30 @@ { - "compilerOptions": { - "composite": true, - "lib": ["es6", "DOM"], - "jsx": "react", - "moduleResolution": "Node", - "reactNamespace": "React", - "module": "ESNext", - "target": "ES6", - "noImplicitAny": true, - "outDir": "lib", - "noEmitOnError": true, - "strict": true, - "incremental": true, - "sourceMap": true, - "esModuleInterop": true, - "importHelpers": true, - "rootDir": "./src", - "typeRoots": ["./node_modules/@types"] + "compilerOptions": { + "composite": true, + "lib": ["es6", "DOM"], + "jsx": "react", + "moduleResolution": "Node", + "reactNamespace": "React", + "module": "ESNext", + "target": "ES6", + "noImplicitAny": true, + "outDir": "lib", + "noEmitOnError": true, + "strict": true, + "incremental": true, + "sourceMap": true, + "esModuleInterop": true, + "importHelpers": true, + "rootDir": "./src", + "typeRoots": ["./node_modules/@types"] + }, + "references": [ + { + "path": "../taler-wallet-core/" }, - "include": ["src/**/*"] + { + "path": "../taler-util/" + } + ], + "include": ["src/**/*"] } -- cgit v1.2.3