File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 99* .zip
1010.prettierrc.json
1111eslint.config.mjs
12-
12+ tsconfig * .json
13+ src
1314
Original file line number Diff line number Diff line change 1+ ## v0.1.3
2+ ### 修复
3+ 1 . 修复无法加载 TS 类型定义的问题
4+
15## v0.1.2
26### 修复
371 . 修复无法加载 esm module 的问题
Original file line number Diff line number Diff line change 1515 }
1616 },
1717 "files" : [
18- " dist/" ,
19- " src" ,
20- " tsconfig.json" ,
21- " tsconfig.build-cjs.json" ,
22- " tsconfig.build-esm.json"
18+ " dist/"
2319 ],
2420 "publishConfig" : {
2521 "access" : " public"
Original file line number Diff line number Diff line change 11export { decodeTvboxJson , parseTvboxJson } from './tvbox-json-decrypt.js' ;
2- export type * from './types.js' ;
2+ export type {
3+ Doh ,
4+ Live ,
5+ Parse ,
6+ Recordable ,
7+ Rule ,
8+ Site ,
9+ TVBoxConfig ,
10+ } from './types.js' ;
Original file line number Diff line number Diff line change 66 "declaration" : true ,
77 "target" : " ES2021" ,
88 "sourceMap" : true ,
9+ "rootDir" : " ." ,
910 "outDir" : " ./dist" ,
1011 "esModuleInterop" : true ,
1112 "incremental" : true ,
You can’t perform that action at this time.
0 commit comments