inula-router monorepo改造

This commit is contained in:
huangxuan 2023-09-26 10:14:55 +08:00
parent 5305a64440
commit ea40dc8112
No known key found for this signature in database
GPG Key ID: E79F50C67022565D
2 changed files with 2 additions and 1 deletions

View File

@ -62,6 +62,7 @@
"rollup": "2.79.1",
"rollup-plugin-dts": "^6.0.1",
"rollup-plugin-terser": "^5.1.3",
"redux": "4.2.1",
"ts-jest": "29.0.3",
"typescript": "4.9.3"
},

View File

@ -16,7 +16,7 @@
"forceConsistentCasingInFileNames": true,
"moduleResolution": "node",
"target": "es5",
"jsx": "react-jsx",
"jsx": "preserve",
"resolveJsonModule": true,
"allowSyntheticDefaultImports": true,
"allowUnreachableCode": true,