@carmen0208/create-ts-project
Advanced tools
Comparing version 0.2.0 to 0.2.1
{ | ||
"name": "@carmen0208/create-ts-project", | ||
"version": "0.2.0", | ||
"version": "0.2.1", | ||
"description": "CLI tool to create TypeScript project", | ||
@@ -5,0 +5,0 @@ "main": "dist/cli.js", |
@@ -11,7 +11,7 @@ { | ||
"outDir": "./dist", | ||
"rootDir": "../create-ts-project/template/src", | ||
"declaration": true | ||
"declaration": true, | ||
"declarationMap": true, | ||
"rootDir": "./src" | ||
}, | ||
"include": ["../create-ts-project/template/src/**/*"], | ||
"exclude": ["node_modules", "**/*.test.ts"] | ||
} |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
0
200388