UNPKG

create-near-app

Version:

Quickly scaffold your dApp on NEAR Blockchain

14 lines 215 B
{ "compilerOptions": { "experimentalDecorators": true, "target": "ES5", "noEmit": true, "noImplicitAny": false, }, "files": [ "src/contract.ts" ], "exclude": [ "node_modules" ], }