随笔分类 - ts
摘要:import { ISuperNodeWebbrtc, IRTCOpstion, IUrlParams, IStreams, IRtcdnDraft, IParmUrl, AjaxResponse, } from "@/typings/interface"; /* eslint-disable @t
阅读全文
摘要:一、.d.ts文件最好在src/typings 目录下,可在tsconfig.json 文件配置 二、vs 监听文件变化,自动编译ts文件 tsconfig.json { "compilerOptions": { "target": "es5", "module": "commonjs", "bas
阅读全文