From c3373becc9a1393b2e03c8cd6c154601481a60dd Mon Sep 17 00:00:00 2001 From: Kumar Priyansh Date: Fri, 3 Jan 2020 18:34:23 +0530 Subject: Rewriting the app from scratch with Swift 5 --- cordova/node_modules/big-integer/tsconfig.json | 25 ------------------------- 1 file changed, 25 deletions(-) delete mode 100755 cordova/node_modules/big-integer/tsconfig.json (limited to 'cordova/node_modules/big-integer/tsconfig.json') diff --git a/cordova/node_modules/big-integer/tsconfig.json b/cordova/node_modules/big-integer/tsconfig.json deleted file mode 100755 index 62636e8..0000000 --- a/cordova/node_modules/big-integer/tsconfig.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "compilerOptions": { - "module": "commonjs", - "lib": [ - "es6" - ], - "noImplicitAny": true, - "noImplicitThis": true, - "strictNullChecks": false, - "baseUrl": "./", - "moduleResolution": "node", - "allowJs": true, - "typeRoots": [ - "./" - ], - "types": [ - "node" - ], - "forceConsistentCasingInFileNames": true - }, - "files": [ - "BigInteger.d.ts", - "spec/tsDefinitions.ts" - ] -} \ No newline at end of file -- cgit v1.2.3