create-sandi-ts-app 0.1.9 → 0.1.10

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-sandi-ts-app",
3
- "version": "0.1.9",
3
+ "version": "0.1.10",
4
4
  "type": "module",
5
5
  "bin": "./dist/cli/index.js",
6
6
  "files": [
@@ -90,8 +90,8 @@
90
90
  // "noUnusedParameters": true, /* Raise an error when a function parameter isn't read. */
91
91
  "exactOptionalPropertyTypes": true, /* Interpret optional property types as written, rather than adding 'undefined'. */
92
92
  // "noImplicitReturns": true, /* Enable error reporting for codepaths that do not explicitly return in a function. */
93
- "noFallthroughCasesInSwitch": true, /* Enable error reporting for fallthrough cases in switch statements. */
94
- // "noUncheckedIndexedAccess": true, /* Add 'undefined' to a type when accessed using an index. */
93
+ // "noFallthroughCasesInSwitch": true, /* Enable error reporting for fallthrough cases in switch statements. */
94
+ "noUncheckedIndexedAccess": true, /* Add 'undefined' to a type when accessed using an index. */
95
95
  // "noImplicitOverride": true, /* Ensure overriding members in derived classes are marked with an override modifier. */
96
96
  // "noPropertyAccessFromIndexSignature": true, /* Enforces using indexed accessors for keys declared using an indexed type. */
97
97
  // "allowUnusedLabels": true, /* Disable error reporting for unused labels. */