Merge branch 'dev' of gitea.51mars.com:Oak-Team/oak-cli into dev
This commit is contained in:
commit
923a592528
|
|
@ -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": [
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue