UNPKG

okx-typescript-api

Version:

typescript module for okx.com API (hscomp2002@gmail.com)

15 lines (14 loc) 550 B
{ "compilerOptions": { "target": "es2016" /* Set the JavaScript language version for emitted JavaScript and include compatible library declarations. */, /* Modules */ "module": "commonjs" /* Specify what module code is generated. */, /* Allow 'import x from y' when a module doesn't have a default export. */ "esModuleInterop": true, "forceConsistentCasingInFileNames": true /* Ensure that casing is correct in imports. */, "strict": true, "skipLibCheck": true, "declaration": true, "outDir": "./dist" } }