File tree Expand file tree Collapse file tree 3 files changed +6
-3448
lines changed
Expand file tree Collapse file tree 3 files changed +6
-3448
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " ts-module-mock" ,
3- "version" : " 0.0.2 " ,
3+ "version" : " 0.0.3 " ,
44 "description" : " typescript cjs and esm module library mockup" ,
55 "main" : " ./dist/index.cjs" ,
66 "module" : " ./dist/index.mjs" ,
3232 "license" : " APACHE-2.0" ,
3333 "dependencies" : {},
3434 "devDependencies" : {
35- "@babel/core" : " ^7.17.10" ,
36- "@babel/plugin-proposal-class-properties" : " ^7.16.7" ,
37- "@babel/plugin-proposal-nullish-coalescing-operator" : " ^7.16.7" ,
38- "@babel/plugin-transform-runtime" : " ^7.17.10" ,
39- "@babel/plugin-transform-typescript" : " ^7.16.8" ,
40- "@babel/preset-typescript" : " ^7.16.7" ,
4135 "@rollup/plugin-babel" : " ^5.3.1" ,
4236 "@rollup/plugin-typescript" : " ^8.3.2" ,
43- "@typechain/ethers-v5" : " ^10.0.0" ,
4437 "@types/jest" : " ^27" ,
4538 "@types/node" : " ^16" ,
4639 "@typescript/analyze-trace" : " ^0.9.0" ,
5548 "ts-jest" : " ^27" ,
5649 "ts-node" : " ^10.7.0" ,
5750 "tslib" : " ^2.4.0" ,
58- "typechain" : " ^8.0.0" ,
59- "typescript" : " 4.6.3" ,
51+ "typescript" : " 4.7.3" ,
6052 "typescript-eslint-language-service" : " ^5.0.0"
6153 }
6254}
Original file line number Diff line number Diff line change 11{
2+ "$schema" : " https://json.schemastore.org/tsconfig" ,
23 "compilerOptions" : {
34 "allowSyntheticDefaultImports" : false ,
45 "esModuleInterop" : false ,
1718 "isolatedModules" : true ,
1819 "declaration" : true ,
1920 "sourceMap" : false ,
20- "module" : " ES2020" ,
21- "moduleResolution" : " node" ,
21+ "module" : " node16" ,
22+ "moduleResolution" : " node16" ,
23+ "moduleDetection" : " force" ,
2224 "target" : " ESNext" ,
2325 "rootDir" : " ./src" ,
2426 "outDir" : " ./dist" ,
You can’t perform that action at this time.
0 commit comments