From b8232db6cfda267a869ca82c97413b526010e783 Mon Sep 17 00:00:00 2001 From: qq_41923622 Date: Thu, 7 Mar 2024 14:26:00 +0800 Subject: [PATCH] Thu Mar 7 14:26:00 CST 2024 inscode --- .inscode | 4 ++++ index.ts | 1 + 2 files changed, 5 insertions(+) diff --git a/.inscode b/.inscode index 6018963..8993850 100644 --- a/.inscode +++ b/.inscode @@ -1,6 +1,10 @@ run = "node --enable-source-maps .build/index.js" +language = "node" [env] PATH = "/root/${PROJECT_DIR}/.config/npm/node_global/bin:/root/${PROJECT_DIR}/node_modules/.bin:${PATH}" XDG_CONFIG_HOME = "/root/.config" npm_config_prefix = "/root/${PROJECT_DIR}/.config/npm/node_global" + +[debugger] +program = "main.js" diff --git a/index.ts b/index.ts index df8a3b5..3d7e6ce 100644 --- a/index.ts +++ b/index.ts @@ -1,2 +1,3 @@ const s: string = "欢迎来到 InsCode"; console.log(s); +tsx 函数式 返回类型 JSX.Element -- GitLab