@cloudpss/tsconfig 2.0.0-alpha.1 → 2.0.1

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.
@@ -2,6 +2,6 @@
2
2
  "extends": "../tsconfig",
3
3
  "compilerOptions": {
4
4
  "isolatedModules": true,
5
- "importsNotUsedAsValues": "error"
6
- }
5
+ "importsNotUsedAsValues": "error",
6
+ },
7
7
  }
package/4.0/tsconfig.json CHANGED
@@ -21,7 +21,7 @@
21
21
 
22
22
  /* Advanced Options */
23
23
  "skipLibCheck": true /* Skip type checking of declaration files. */,
24
- "forceConsistentCasingInFileNames": true /* Disallow inconsistently-cased references to the same file. */
24
+ "forceConsistentCasingInFileNames": true /* Disallow inconsistently-cased references to the same file. */,
25
25
  },
26
- "exclude": ["node_modules"]
26
+ "exclude": ["node_modules"],
27
27
  }
@@ -2,6 +2,6 @@
2
2
  "extends": "../tsconfig",
3
3
  "compilerOptions": {
4
4
  "isolatedModules": true,
5
- "importsNotUsedAsValues": "error"
6
- }
5
+ "importsNotUsedAsValues": "error",
6
+ },
7
7
  }
package/4.1/tsconfig.json CHANGED
@@ -2,5 +2,5 @@
2
2
  "extends": "../4.0/tsconfig",
3
3
  "compilerOptions": {
4
4
  // "noUncheckedIndexedAccess": true /* Include 'undefined' in index signature results */
5
- }
5
+ },
6
6
  }
@@ -2,6 +2,6 @@
2
2
  "extends": "../tsconfig",
3
3
  "compilerOptions": {
4
4
  "isolatedModules": true,
5
- "importsNotUsedAsValues": "error"
6
- }
5
+ "importsNotUsedAsValues": "error",
6
+ },
7
7
  }
package/4.2/tsconfig.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "extends": "../4.1/tsconfig",
3
3
  "compilerOptions": {
4
- "noPropertyAccessFromIndexSignature": true /* Require undeclared properties from index signatures to use element accesses. */
5
- }
4
+ "noPropertyAccessFromIndexSignature": true /* Require undeclared properties from index signatures to use element accesses. */,
5
+ },
6
6
  }
@@ -2,6 +2,6 @@
2
2
  "extends": "../tsconfig",
3
3
  "compilerOptions": {
4
4
  "isolatedModules": true,
5
- "importsNotUsedAsValues": "error"
6
- }
5
+ "importsNotUsedAsValues": "error",
6
+ },
7
7
  }
package/4.3/tsconfig.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "extends": "../4.2/tsconfig",
3
3
  "compilerOptions": {
4
- "noImplicitOverride": true
5
- }
4
+ "noImplicitOverride": true,
5
+ },
6
6
  }
@@ -3,6 +3,6 @@
3
3
  "compilerOptions": {
4
4
  // "exactOptionalPropertyTypes": true,
5
5
  "isolatedModules": true,
6
- "importsNotUsedAsValues": "error"
7
- }
6
+ "importsNotUsedAsValues": "error",
7
+ },
8
8
  }
package/4.4/tsconfig.json CHANGED
@@ -3,5 +3,5 @@
3
3
  "compilerOptions": {
4
4
  // "exactOptionalPropertyTypes": true,
5
5
  // "useUnknownInCatchVariables": true // default is true, absence for better compatibility
6
- }
6
+ },
7
7
  }
@@ -3,7 +3,7 @@
3
3
  "compilerOptions": {
4
4
  // "exactOptionalPropertyTypes": true,
5
5
  "isolatedModules": true,
6
- "importsNotUsedAsValues": "error"
6
+ "importsNotUsedAsValues": "error",
7
7
  // "preserveValueImports": true
8
- }
8
+ },
9
9
  }
package/4.5/tsconfig.json CHANGED
@@ -2,5 +2,5 @@
2
2
  "extends": "../4.4/tsconfig",
3
3
  "compilerOptions": {
4
4
  // "preserveValueImports": true
5
- }
5
+ },
6
6
  }
@@ -3,7 +3,7 @@
3
3
  "compilerOptions": {
4
4
  // "exactOptionalPropertyTypes": true,
5
5
  "isolatedModules": true,
6
- "importsNotUsedAsValues": "error"
6
+ "importsNotUsedAsValues": "error",
7
7
  // "preserveValueImports": true
8
- }
8
+ },
9
9
  }
package/4.6/tsconfig.json CHANGED
@@ -1,4 +1,4 @@
1
1
  {
2
2
  "extends": "../4.5/tsconfig",
3
- "compilerOptions": {}
3
+ "compilerOptions": {},
4
4
  }
@@ -3,7 +3,7 @@
3
3
  "compilerOptions": {
4
4
  // "exactOptionalPropertyTypes": true,
5
5
  "isolatedModules": true,
6
- "importsNotUsedAsValues": "error"
6
+ "importsNotUsedAsValues": "error",
7
7
  // "preserveValueImports": true
8
- }
8
+ },
9
9
  }
package/4.7/tsconfig.json CHANGED
@@ -1,4 +1,4 @@
1
1
  {
2
2
  "extends": "../4.6/tsconfig",
3
- "compilerOptions": {}
3
+ "compilerOptions": {},
4
4
  }
@@ -3,7 +3,7 @@
3
3
  "compilerOptions": {
4
4
  // "exactOptionalPropertyTypes": true,
5
5
  "isolatedModules": true,
6
- "importsNotUsedAsValues": "error"
6
+ "importsNotUsedAsValues": "error",
7
7
  // "preserveValueImports": true
8
- }
8
+ },
9
9
  }
package/4.8/tsconfig.json CHANGED
@@ -1,4 +1,4 @@
1
1
  {
2
2
  "extends": "../4.7/tsconfig",
3
- "compilerOptions": {}
3
+ "compilerOptions": {},
4
4
  }
@@ -3,7 +3,7 @@
3
3
  "compilerOptions": {
4
4
  // "exactOptionalPropertyTypes": true,
5
5
  "isolatedModules": true,
6
- "importsNotUsedAsValues": "error"
6
+ "importsNotUsedAsValues": "error",
7
7
  // "preserveValueImports": true
8
- }
8
+ },
9
9
  }
package/4.9/tsconfig.json CHANGED
@@ -1,4 +1,4 @@
1
1
  {
2
2
  "extends": "../4.8/tsconfig",
3
- "compilerOptions": {}
3
+ "compilerOptions": {},
4
4
  }
@@ -2,6 +2,6 @@
2
2
  "extends": "../tsconfig",
3
3
  "compilerOptions": {
4
4
  // "exactOptionalPropertyTypes": true,
5
- "verbatimModuleSyntax": true
6
- }
5
+ "verbatimModuleSyntax": true,
6
+ },
7
7
  }
package/5.0/tsconfig.json CHANGED
@@ -1,4 +1,4 @@
1
1
  {
2
2
  "extends": "../4.9/tsconfig",
3
- "compilerOptions": {}
3
+ "compilerOptions": {},
4
4
  }
@@ -2,6 +2,6 @@
2
2
  "extends": "../tsconfig",
3
3
  "compilerOptions": {
4
4
  // "exactOptionalPropertyTypes": true,
5
- "verbatimModuleSyntax": true
6
- }
5
+ "verbatimModuleSyntax": true,
6
+ },
7
7
  }
package/5.1/tsconfig.json CHANGED
@@ -1,4 +1,4 @@
1
1
  {
2
2
  "extends": "../5.0/tsconfig",
3
- "compilerOptions": {}
3
+ "compilerOptions": {},
4
4
  }
@@ -2,6 +2,6 @@
2
2
  "extends": "../tsconfig",
3
3
  "compilerOptions": {
4
4
  // "exactOptionalPropertyTypes": true,
5
- "verbatimModuleSyntax": true
6
- }
5
+ "verbatimModuleSyntax": true,
6
+ },
7
7
  }
package/5.2/tsconfig.json CHANGED
@@ -1,4 +1,4 @@
1
1
  {
2
2
  "extends": "../5.1/tsconfig",
3
- "compilerOptions": {}
3
+ "compilerOptions": {},
4
4
  }
@@ -0,0 +1,7 @@
1
+ {
2
+ "extends": "../tsconfig",
3
+ "compilerOptions": {
4
+ // "exactOptionalPropertyTypes": true,
5
+ "verbatimModuleSyntax": true,
6
+ },
7
+ }
@@ -0,0 +1,4 @@
1
+ {
2
+ "extends": "../5.2/tsconfig",
3
+ "compilerOptions": {},
4
+ }
package/package.json CHANGED
@@ -3,7 +3,8 @@
3
3
  "license": "MIT",
4
4
  "homepage": "https://cloudpss.net/",
5
5
  "repository": "https://codeup.aliyun.com/cloudpss/code-quality.git",
6
- "version": "2.0.0-alpha.1",
6
+ "version": "2.0.1",
7
+ "type": "commonjs",
7
8
  "main": "./tsconfig.json",
8
9
  "exports": {
9
10
  ".": "./tsconfig.json",
@@ -1,3 +1,3 @@
1
1
  {
2
- "extends": "../5.2/strict/tsconfig"
2
+ "extends": "../5.3/strict/tsconfig",
3
3
  }
package/tsconfig.json CHANGED
@@ -1,3 +1,3 @@
1
1
  {
2
- "extends": "./5.2/tsconfig"
2
+ "extends": "./5.3/tsconfig",
3
3
  }