随笔分类 -  ts

摘要:import { ISuperNodeWebbrtc, IRTCOpstion, IUrlParams, IStreams, IRtcdnDraft, IParmUrl, AjaxResponse, } from "@/typings/interface"; /* eslint-disable @t 阅读全文
posted @ 2024-11-13 15:58 半截肥皂 阅读(112) 评论(0) 推荐(0)
摘要:一、.d.ts文件最好在src/typings 目录下,可在tsconfig.json 文件配置 二、vs 监听文件变化,自动编译ts文件 tsconfig.json { "compilerOptions": { "target": "es5", "module": "commonjs", "bas 阅读全文
posted @ 2022-11-07 18:13 半截肥皂 阅读(83) 评论(0) 推荐(0)