@sapphire/ts-config 5.0.0 → 5.0.1-next.0c8fd007.0
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/README.md +5 -5
- package/package.json +7 -7
package/README.md
CHANGED
|
@@ -70,12 +70,12 @@ You can view the content of this tsconfig [here](https://github.com/sapphiredev/
|
|
|
70
70
|
|
|
71
71
|
### Extra Strict
|
|
72
72
|
|
|
73
|
-
You should include this config if you want to extra strict checking. This
|
|
73
|
+
You should include this config if you want to extra strict checking. This configures the following compiler options:
|
|
74
74
|
|
|
75
|
-
- [allowUnreachableCode](https://www.typescriptlang.org/tsconfig#allowUnreachableCode)
|
|
76
|
-
- [allowUnusedLabels](https://www.typescriptlang.org/tsconfig#allowUnusedLabels)
|
|
77
|
-
- [exactOptionalPropertyTypes](https://www.typescriptlang.org/tsconfig#exactOptionalPropertyTypes)
|
|
78
|
-
- [noImplicitOverride](https://www.typescriptlang.org/tsconfig#noImplicitOverride)
|
|
75
|
+
- [`allowUnreachableCode` to `false`](https://www.typescriptlang.org/tsconfig#allowUnreachableCode)
|
|
76
|
+
- [`allowUnusedLabels` to `false`](https://www.typescriptlang.org/tsconfig#allowUnusedLabels)
|
|
77
|
+
- [`exactOptionalPropertyTypes` to `false`](https://www.typescriptlang.org/tsconfig#exactOptionalPropertyTypes)
|
|
78
|
+
- [`noImplicitOverride` to `true`](https://www.typescriptlang.org/tsconfig#noImplicitOverride)
|
|
79
79
|
|
|
80
80
|
You can view the content of this tsconfig [here](https://github.com/sapphiredev/utilities/blob/main/packages/ts-config/src/extra-strict.json)
|
|
81
81
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sapphire/ts-config",
|
|
3
|
-
"version": "5.0.0",
|
|
3
|
+
"version": "5.0.1-next.0c8fd007.0",
|
|
4
4
|
"description": "Shareable TypeScript configuration for the Sapphire Community",
|
|
5
5
|
"author": "@sapphire",
|
|
6
6
|
"license": "MIT",
|
|
@@ -80,11 +80,11 @@
|
|
|
80
80
|
"access": "public"
|
|
81
81
|
},
|
|
82
82
|
"devDependencies": {
|
|
83
|
-
"@favware/cliff-jumper": "^2.
|
|
84
|
-
"@sapphire/eslint-config": "^5.0.
|
|
85
|
-
"@sapphire/eslint-plugin-result": "^2.0.
|
|
86
|
-
"@vitest/coverage-v8": "^0.34.
|
|
87
|
-
"typedoc-json-parser": "^
|
|
88
|
-
"vitest": "^0.34.
|
|
83
|
+
"@favware/cliff-jumper": "^2.2.0",
|
|
84
|
+
"@sapphire/eslint-config": "^5.0.2",
|
|
85
|
+
"@sapphire/eslint-plugin-result": "^2.0.1",
|
|
86
|
+
"@vitest/coverage-v8": "^0.34.6",
|
|
87
|
+
"typedoc-json-parser": "^9.0.1",
|
|
88
|
+
"vitest": "^0.34.6"
|
|
89
89
|
}
|
|
90
90
|
}
|