diff options
Diffstat (limited to 'js/assets.ts')
-rw-r--r-- | js/assets.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/assets.ts b/js/assets.ts index 5f1790646..6e576c2d1 100644 --- a/js/assets.ts +++ b/js/assets.ts @@ -6,7 +6,7 @@ // There is a rollup plugin that will inline any module ending with `!string` // Generated default library -import libDts from "gen/lib/lib.deno_runtime.d.ts!string"; +import libDts from "gen/cli/lib/lib.deno_runtime.d.ts!string"; // Static libraries import libEs2015Dts from "/third_party/node_modules/typescript/lib/lib.es2015.d.ts!string"; |