@cloudpss/tsconfig 3.0.7 → 3.0.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/5.0/tsconfig.json CHANGED
@@ -33,6 +33,5 @@
33
33
  /* Completeness */
34
34
  "skipDefaultLibCheck": true /* Skip type checking .d.ts files that are included with TypeScript. */,
35
35
  "skipLibCheck": true /* Skip type checking all .d.ts files. */
36
- },
37
- "exclude": ["node_modules"]
36
+ }
38
37
  }
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "license": "MIT",
4
4
  "homepage": "https://cloudpss.net/",
5
5
  "repository": "https://codeup.aliyun.com/cloudpss/code-quality.git",
6
- "version": "3.0.7",
6
+ "version": "3.0.8",
7
7
  "type": "commonjs",
8
8
  "main": "./tsconfig.json",
9
9
  "exports": {