UNPKG

create-ckb-js-vm-app

Version:

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

23 lines (22 loc) 562 B
{ "compilerOptions": { "module": "ESNext", "moduleResolution": "Node", "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 } }