jest-clipboard
Advanced tools
Comparing version 0.0.2 to 0.0.3
{ | ||
"name": "jest-clipboard", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"description": "", | ||
"main": "dist/clipboard.js", | ||
"types": "types/clipboard.d.ts", | ||
"scripts": { | ||
"dist": "tsc --outDir dist/", | ||
"dist": "tsc --outDir dist/ --declarationDir types/", | ||
"test": "jest", | ||
@@ -9,0 +10,0 @@ "lint": "eslint --fix src/" |
@@ -14,2 +14,3 @@ { | ||
"strict": true, | ||
"declaration": true, | ||
"forceConsistentCasingInFileNames": true, | ||
@@ -16,0 +17,0 @@ "noFallthroughCasesInSwitch": true, |
Sorry, the diff of this file is not supported yet
6895
154