change default typescript

This commit is contained in:
Ruben Fiszel
2022-08-18 09:30:24 +02:00
parent e1e8eaa229
commit 3a60f38fa6

View File

@@ -31,6 +31,7 @@ def main(name: str = "Nicolas Bourbaki",
`
export const DENO_INIT_CODE = `
// reload the smart assistant on the top right if it dies to get autocompletion and syntax highlighting
// (Ctrl+space to cache dependencies on imports hover).
// to import most npm packages without deno.land, use esm:
// import { toWords } from "https://esm.sh/number-to-words"
// import * as wmill from 'https://deno.land/x/windmill@v${__pkg__.version}/mod.ts'