create-sprint 0.0.110 → 0.0.112

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.
@@ -16,10 +16,7 @@ export function getTsConfig() {
16
16
  "strict": true,
17
17
  "esModuleInterop": true,
18
18
  "skipLibCheck": true,
19
- "forceConsistentCasingInFileNames": true,
20
- "types": [
21
- "vitest/globals"
22
- ]
19
+ "forceConsistentCasingInFileNames": true
23
20
  },
24
21
  "include": [
25
22
  "src/**/*"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-sprint",
3
- "version": "0.0.110",
3
+ "version": "0.0.112",
4
4
  "description": "Create a new Sprint API project",
5
5
  "type": "module",
6
6
  "bin": {
@@ -16,10 +16,7 @@ export function getTsConfig() {
16
16
  "strict": true,
17
17
  "esModuleInterop": true,
18
18
  "skipLibCheck": true,
19
- "forceConsistentCasingInFileNames": true,
20
- "types": [
21
- "vitest/globals"
22
- ]
19
+ "forceConsistentCasingInFileNames": true
23
20
  },
24
21
  "include": [
25
22
  "src/**/*"