@newt-app/templates 0.18.7 → 0.18.8
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/dist/index.js +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -888,7 +888,7 @@ var tsconfig_default2 = {
|
|
|
888
888
|
"noImplicitAny": false,
|
|
889
889
|
"strictBindCallApply": false,
|
|
890
890
|
"noFallthroughCasesInSwitch": false,
|
|
891
|
-
"types": [<% if (testing === 'jest') { %>"jest", <% } %>"node"]
|
|
891
|
+
"types": [<% if (testing === 'jest') { %>"jest", <% } %><% if (testing === 'vitest') { %>"vitest/globals", <% } %>"node"]
|
|
892
892
|
},
|
|
893
893
|
"exclude": ["vitest.config.ts", "vitest.config.e2e.ts", "node_modules", "dist"]
|
|
894
894
|
}`
|