diff --git a/codbex-methods-data/project.json b/codbex-methods-data/project.json index f35b73d..2703e54 100644 --- a/codbex-methods-data/project.json +++ b/codbex-methods-data/project.json @@ -1,20 +1,3 @@ { - "guid": "codbex-methods-data", - "dependencies": [], - "actions": [ - { - "name": "Build TypeScript", - "commands": [ - { - "os": "unix", - "command": "tsc" - }, - { - "os": "windows", - "command": "cmd /c tsc" - } - ], - "registry": "true" - } - ] + "guid": "codbex-methods-data" } \ No newline at end of file diff --git a/codbex-methods-data/tsconfig.json b/codbex-methods-data/tsconfig.json deleted file mode 100644 index 9b957e3..0000000 --- a/codbex-methods-data/tsconfig.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "compilerOptions": { - "module": "ESNext", - "target": "ES6", - "moduleResolution": "Node", - "baseUrl": "../", - "lib": [ - "ESNext", - "DOM" - ], - "paths": { - "sdk/*": [ - "./modules/src/*" - ], - "/*": [ - "./*" - ] - }, - "types": [ - "../modules/types" - ] - } -} \ No newline at end of file