victor-dev-toolbox
Advanced tools
Comparing version 1.0.25 to 1.0.26
{ | ||
"name": "victor-dev-toolbox", | ||
"version": "1.0.25", | ||
"version": "1.0.26", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "/dist/index.js", |
@@ -9,4 +9,4 @@ { | ||
"skipLibCheck": true, | ||
"rootDir": ".", // Set the root directory to the project root | ||
"outDir": "./dist", | ||
"rootDir": "./src", // Root directory of your source files | ||
"outDir": "./dist", // Output directory for compiled files | ||
"sourceMap": true, | ||
@@ -16,4 +16,4 @@ "declaration": true, // Generate declaration files | ||
}, | ||
"include": ["index.ts", "src/**/*.ts"], // Include the root index.ts and all files in src | ||
"include": ["src/**/*.ts", "index.ts"], // Include source files and the root index.ts | ||
"exclude": ["node_modules", "dist"] | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
8145
5
23
1