@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.
- package/4.0/strict/tsconfig.json +2 -2
- package/4.0/tsconfig.json +2 -2
- package/4.1/strict/tsconfig.json +2 -2
- package/4.1/tsconfig.json +1 -1
- package/4.2/strict/tsconfig.json +2 -2
- package/4.2/tsconfig.json +2 -2
- package/4.3/strict/tsconfig.json +2 -2
- package/4.3/tsconfig.json +2 -2
- package/4.4/strict/tsconfig.json +2 -2
- package/4.4/tsconfig.json +1 -1
- package/4.5/strict/tsconfig.json +2 -2
- package/4.5/tsconfig.json +1 -1
- package/4.6/strict/tsconfig.json +2 -2
- package/4.6/tsconfig.json +1 -1
- package/4.7/strict/tsconfig.json +2 -2
- package/4.7/tsconfig.json +1 -1
- package/4.8/strict/tsconfig.json +2 -2
- package/4.8/tsconfig.json +1 -1
- package/4.9/strict/tsconfig.json +2 -2
- package/4.9/tsconfig.json +1 -1
- package/5.0/strict/tsconfig.json +2 -2
- package/5.0/tsconfig.json +1 -1
- package/5.1/strict/tsconfig.json +2 -2
- package/5.1/tsconfig.json +1 -1
- package/5.2/strict/tsconfig.json +2 -2
- package/5.2/tsconfig.json +1 -1
- package/5.3/strict/tsconfig.json +7 -0
- package/5.3/tsconfig.json +4 -0
- package/package.json +2 -1
- package/strict/tsconfig.json +1 -1
- package/tsconfig.json +1 -1
package/4.0/strict/tsconfig.json
CHANGED
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
|
}
|
package/4.1/strict/tsconfig.json
CHANGED
package/4.1/tsconfig.json
CHANGED
package/4.2/strict/tsconfig.json
CHANGED
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
|
}
|
package/4.3/strict/tsconfig.json
CHANGED
package/4.3/tsconfig.json
CHANGED
package/4.4/strict/tsconfig.json
CHANGED
package/4.4/tsconfig.json
CHANGED
package/4.5/strict/tsconfig.json
CHANGED
package/4.5/tsconfig.json
CHANGED
package/4.6/strict/tsconfig.json
CHANGED
package/4.6/tsconfig.json
CHANGED
package/4.7/strict/tsconfig.json
CHANGED
package/4.7/tsconfig.json
CHANGED
package/4.8/strict/tsconfig.json
CHANGED
package/4.8/tsconfig.json
CHANGED
package/4.9/strict/tsconfig.json
CHANGED
package/4.9/tsconfig.json
CHANGED
package/5.0/strict/tsconfig.json
CHANGED
package/5.0/tsconfig.json
CHANGED
package/5.1/strict/tsconfig.json
CHANGED
package/5.1/tsconfig.json
CHANGED
package/5.2/strict/tsconfig.json
CHANGED
package/5.2/tsconfig.json
CHANGED
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.
|
|
6
|
+
"version": "2.0.1",
|
|
7
|
+
"type": "commonjs",
|
|
7
8
|
"main": "./tsconfig.json",
|
|
8
9
|
"exports": {
|
|
9
10
|
".": "./tsconfig.json",
|
package/strict/tsconfig.json
CHANGED
package/tsconfig.json
CHANGED