File tree Expand file tree Collapse file tree 7 files changed +12
-20
lines changed
Expand file tree Collapse file tree 7 files changed +12
-20
lines changed Original file line number Diff line number Diff line change 1515 "declarationDir" : " ./dist/types" ,
1616 "erasableSyntaxOnly" : true ,
1717 "forceConsistentCasingInFileNames" : true ,
18- "skipLibCheck" : true ,
19- "typeRoots" : [
20- " ./types" ,
21- " ./node_modules/@types"
22- ]
18+ "skipLibCheck" : true
2319 },
2420 "include" : [" src" ],
2521 "exclude" : [" node_modules" ]
Original file line number Diff line number Diff line change 1515 "declarationDir" : " ./dist/types" ,
1616 "erasableSyntaxOnly" : true ,
1717 "forceConsistentCasingInFileNames" : true ,
18- "skipLibCheck" : true ,
19- "typeRoots" : [
20- " ./types" ,
21- " ./node_modules/@types"
22- ]
18+ "skipLibCheck" : true
2319 },
2420 "include" : [" src" ],
2521 "exclude" : [" node_modules" ]
Original file line number Diff line number Diff line change 55 "target" : " ES2022" ,
66 "module" : " ESNext" ,
77 "moduleResolution" : " bundler" ,
8- "lib" : [" ES2022" , " DOM " ],
8+ "lib" : [" ES2022" ],
99 "outDir" : " ./dist" ,
1010 "declaration" : true ,
1111 "declarationDir" : " ./dist/types" ,
Original file line number Diff line number Diff line change 22 "compilerOptions" : {
33 "types" : [" node" ],
44 "rootDir" : " ./src" ,
5- "lib" : [" ESNext" , " DOM " ],
5+ "lib" : [" ESNext" ],
66 "target" : " ESNext" ,
77 "module" : " ESNext" ,
88 "moduleDetection" : " force" ,
Original file line number Diff line number Diff line change 22 "compilerOptions" : {
33 "types" : [" node" , " mocha" ],
44 "rootDir" : " ./src" ,
5- "module" : " Node16 " ,
6- "moduleResolution" : " Node16 " ,
5+ "module" : " NodeNext " ,
6+ "moduleResolution" : " NodeNext " ,
77 "target" : " ES2022" ,
8- "lib" : [" ES2022" , " dom " ],
8+ "lib" : [" ES2022" ],
99 "moduleDetection" : " force" ,
1010 "sourceMap" : true ,
1111 "strict" : true ,
Original file line number Diff line number Diff line change 2929 "rollup" : " ^4.60.0" ,
3030 "rollup-plugin-postcss" : " ^4.0.2" ,
3131 "tsx" : " ^4.20.4" ,
32- "typescript" : " ^6.0.1-rc " ,
32+ "typescript" : " ^6.0.2 " ,
3333 "vitest" : " ^4.0.0" ,
3434 "yaml" : " ^2.8.2" ,
3535 "yeoman-environment" : " ^4.4.1" ,
Original file line number Diff line number Diff line change @@ -9720,10 +9720,10 @@ typed-rest-client@^1.8.4:
97209720 tunnel "0.0.6"
97219721 underscore "^1.12.1"
97229722
9723- typescript@^6.0.1-rc :
9724- version "6.0.1-rc "
9725- resolved "https://registry.yarnpkg.com/typescript/-/typescript-6.0.1-rc .tgz#9f31b03dcc7920286962df0f5769fe74b949ecb7 "
9726- integrity sha512-7XlzYb+p/7YxX6qSOzwB4mxVFRdAgWWkj1PgAZ+jzldeuFV6Z77vwFbNxHsUXAL/bhlWY2jCT8shLwDJR8337g ==
9723+ typescript@^6.0.2 :
9724+ version "6.0.2 "
9725+ resolved "https://registry.yarnpkg.com/typescript/-/typescript-6.0.2 .tgz#0b1bfb15f68c64b97032f3d78abbf98bdbba501f "
9726+ integrity sha512-bGdAIrZ0wiGDo5l8c++HWtbaNCWTS4UTv7RaTH/ThVIgjkveJt83m74bBHMJkuCbslY8ixgLBVZJIOiQlQTjfQ ==
97279727
97289728uc.micro@^2.0.0, uc.micro@^2.1.0 :
97299729 version "2.1.0"
You can’t perform that action at this time.
0 commit comments