Skip to content

Commit 886d270

Browse files
committedOct 1, 2024
Refactor tsconfig.base.json to disable strict mode
1 parent c42c562 commit 886d270

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

44 files changed

+896
-413
lines changed
 

‎package.json

+1
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@
3333
"migrate"
3434
],
3535
"dependencies": {
36+
"cheerio": "^1.0.0",
3637
"commander": "^11.0.0",
3738
"ts-morph": "^19.0.0",
3839
"winston": "^3.10.0"

‎src/migrator/config.ts

+1
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ export const vueSpecialMethods = [
2121

2222
export const customsDecorators = [
2323
'Apollo',
24+
'State2Way',
2425
];
2526

2627
export const supportedDecorators = [

0 commit comments

Comments
 (0)