@tapstack/core
Advanced tools
+2
-2
| { | ||
| "name": "@tapstack/core", | ||
| "version": "1.0.1", | ||
| "version": "1.0.2", | ||
| "main": "dist/index.js", | ||
| "types": "dist/index.d.ts", | ||
| "scripts": { | ||
| "build": "tsc -p tsconfig.json", | ||
| "build": "rm -rf dist && tsc -p tsconfig.json", | ||
| "prepublishOnly": "npm run build" | ||
@@ -9,0 +9,0 @@ }, |
+4
-2
| { | ||
| "extends": "../../tsconfig.base.json", | ||
| "compilerOptions": { | ||
| "outDir": "./dist" | ||
| "outDir": "dist", | ||
| "rootDir": "src" | ||
| }, | ||
| "include": ["src"] | ||
| "include": ["src"], | ||
| "exclude": ["src/**/__tests__"] | ||
| } |
7459
0.95%194
1.04%