!31 [inula-router] inula-router monorepo改造

Merge pull request !31 from xuan/master
This commit is contained in:
涂旭辉 2023-09-26 02:18:14 +00:00 committed by Gitee
commit f129119610
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
2 changed files with 2 additions and 1 deletions

View File

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

View File

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