diff --git a/tsconfig.json b/tsconfig.json index a1689ac..5e7ae24 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,10 +1,11 @@ { - "extends": "rete-cli/tsconfig.json", "compilerOptions": { "target": "es5", "downlevelIteration": true, "isolatedModules": false, - "skipLibCheck": true + "skipLibCheck": true, + "lib": [] + }, "include": ["src"] }