UNPKG

create-ckb-js-vm-app

Version:

CLI tool to quickly bootstrap CKB on-chain script with ckb-js-vm.

25 lines (24 loc) 644 B
{ "compilerOptions": { /* The QuickJS supports ES2022 */ "module": "ESNext", /* Use esbuild to bundle the code */ "moduleResolution": "Bundler", "target": "ES2022", "incremental": true, "allowJs": true, "importHelpers": false, "declaration": true, "declarationMap": true, "experimentalDecorators": true, "useDefineForClassFields": false, "esModuleInterop": true, "strict": true, "noImplicitAny": true, "strictBindCallApply": true, "strictNullChecks": true, "alwaysStrict": true, "noFallthroughCasesInSwitch": true, "forceConsistentCasingInFileNames": true } }