Skip to content

Commit

Permalink
Merge pull request #10 from thanhvh2205/ignore
Browse files Browse the repository at this point in the history
Add ts-ignore for generated code
  • Loading branch information
thanhvh2205 authored Jul 17, 2024
2 parents 5223a1e + f761407 commit 8250f3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion blueprint.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ const plutusVersion = "Plutus" +

const definitions = plutusJson.definitions;

const imports = `// deno-lint-ignore-file
const imports = `${ flags.npm ? "// @ts-ignore" : "// deno-lint-ignore-file"}
import { applyParamsToScript, Data, Validator } from "${
flags.npm
? "lucid-cardano"
Expand Down

0 comments on commit 8250f3e

Please sign in to comment.