UNPKG

solana-options

Version:

Minting of options contract NFTs on the Solana blockchain

14 lines (13 loc) 270 B
{ "compilerOptions": { "module": "commonjs", "outDir": "./build", "allowJs": true, "target": "es2017", "esModuleInterop": true, "moduleResolution": "node", "declaration": true, "declarationMap": true }, "include": ["src/**/*.ts"] }