create-sandi-ts-app 0.1.11 → 0.1.13

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.11",
3
+ "version": "0.1.13",
4
4
  "type": "module",
5
5
  "bin": "./dist/cli/index.js",
6
6
  "files": [
@@ -1,2 +1,3 @@
1
- # copy this as .env
2
- # .env files are set to be ignored by git. Only the sample file will be tracked.
1
+ # this file is committed to git as an example of the intended .env
2
+
3
+ # copy the structure of .env here, but don't include any sensitive data
@@ -99,6 +99,6 @@
99
99
 
100
100
  /* Completeness */
101
101
  // "skipDefaultLibCheck": true, /* Skip type checking .d.ts files that are included with TypeScript. */
102
- "skipLibCheck": false /* Skip type checking all .d.ts files. */
102
+ "skipLibCheck": true /* Skip type checking all .d.ts files. */
103
103
  }
104
104
  }