diff options
Diffstat (limited to 'cordova/node_modules/big-integer/tsconfig.json')
| -rwxr-xr-x | cordova/node_modules/big-integer/tsconfig.json | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/cordova/node_modules/big-integer/tsconfig.json b/cordova/node_modules/big-integer/tsconfig.json new file mode 100755 index 0000000..62636e8 --- /dev/null +++ b/cordova/node_modules/big-integer/tsconfig.json @@ -0,0 +1,25 @@ +{ + "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 |
