Skip to content

Commit

Permalink
type: fix type errors. #198
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Mar 26, 2021
1 parent 13075f6 commit 7329b9f
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 1 deletion.
1 change: 1 addition & 0 deletions core/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"compilerOptions": {
"module": "commonjs",
"esModuleInterop": true,
"skipLibCheck": true,
"declaration": true,
"target": "es2017",
"noImplicitAny": true,
Expand Down
1 change: 1 addition & 0 deletions packages/less-modules/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"compilerOptions": {
"module": "commonjs",
"esModuleInterop": true,
"skipLibCheck": true,
"declaration": true,
"target": "es2017",
"noImplicitAny": true,
Expand Down
1 change: 1 addition & 0 deletions packages/mocker-api/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"compilerOptions": {
"module": "commonjs",
"esModuleInterop": true,
"skipLibCheck": true,
"declaration": true,
"target": "es2017",
"noImplicitAny": true,
Expand Down
1 change: 1 addition & 0 deletions packages/raw-modules/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"compilerOptions": {
"module": "commonjs",
"esModuleInterop": true,
"skipLibCheck": true,
"declaration": true,
"target": "es2017",
"noImplicitAny": true,
Expand Down
2 changes: 1 addition & 1 deletion packages/react-library/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
],
"dependencies": {
"@types/cssnano": "4.0.0",
"@types/terser-webpack-plugin": "4.2.0",
"@types/terser-webpack-plugin": "5.0.3",
"css-minimizer-webpack-plugin": "1.2.0"
},
"devDependencies": {
Expand Down
1 change: 1 addition & 0 deletions packages/react-library/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"compilerOptions": {
"module": "commonjs",
"esModuleInterop": true,
"skipLibCheck": true,
"declaration": true,
"target": "es2017",
"noImplicitAny": true,
Expand Down
1 change: 1 addition & 0 deletions packages/scope-plugin-options/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"compilerOptions": {
"module": "commonjs",
"esModuleInterop": true,
"skipLibCheck": true,
"declaration": true,
"target": "es2017",
"noImplicitAny": true,
Expand Down
1 change: 1 addition & 0 deletions packages/stylus-modules/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"compilerOptions": {
"module": "commonjs",
"esModuleInterop": true,
"skipLibCheck": true,
"declaration": true,
"target": "es2017",
"noImplicitAny": true,
Expand Down

0 comments on commit 7329b9f

Please sign in to comment.