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

View File

@ -248,6 +248,7 @@ function packageJsonContent({ name, version, description, cliName, cliBinName, i
"tsc-alias": "^1.8.2",
"tslib": "^2.4.0",
"typescript": "^5.2.2",
"typescript-plugin-css-modules": "^5.1.0",
"ui-extract-webpack-plugin": "^1.0.0",
"web-vitals": "^2.1.4",
"webpack": "^5.86.0",
@ -301,6 +302,11 @@ function tsConfigJsonContent() {
"dom.iterable",
"esnext"
],
"plugins": [
{
"name": "typescript-plugin-css-modules",
}
],
//"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. */
"types": [