Merge branch 'dev' of gitea.51mars.com:Oak-Team/oak-cli into dev

This commit is contained in:
Xu Chang 2024-11-04 21:04:39 +08:00
commit 923a592528
1 changed files with 6 additions and 0 deletions

View File

@ -266,6 +266,7 @@ export function packageJsonContent({
"tsc-alias": "^1.8.2", "tsc-alias": "^1.8.2",
"tslib": "^2.4.0", "tslib": "^2.4.0",
"typescript": "^5.2.2", "typescript": "^5.2.2",
"typescript-plugin-css-modules": "^5.1.0",
"ui-extract-webpack-plugin": "^1.0.0", "ui-extract-webpack-plugin": "^1.0.0",
"web-vitals": "^2.1.4", "web-vitals": "^2.1.4",
"webpack": "^5.86.0", "webpack": "^5.86.0",
@ -319,6 +320,11 @@ export function tsConfigJsonContent() {
"dom.iterable", "dom.iterable",
"esnext" "esnext"
], ],
"plugins": [
{
"name": "typescript-plugin-css-modules",
}
],
//"outDir": "lib", /* Redirect output structure to the directory. */ //"outDir": "lib", /* Redirect output structure to the directory. */
//"rootDir": "src", /* Specify the root directory of input files. Use to control the output directory structure with --outDir. */ //"rootDir": "src", /* Specify the root directory of input files. Use to control the output directory structure with --outDir. */
"types": [ "types": [