@orion-js/core
Advanced tools
Comparing version 3.2.40 to 3.2.46
@@ -19,6 +19,8 @@ "use strict"; | ||
outDir: `./.orion/build/app`, | ||
rootDir: `./app`, | ||
baseUrl: `./` | ||
} | ||
}; | ||
if (!config.compilerOptions?.rootDir && !config.compilerOptions?.rootDirs) { | ||
newConfig.compilerOptions.rootDir = `./app`; | ||
} | ||
(0, writeFile_1.default)(configPath, (0, comment_json_1.stringify)(newConfig, null, 2)); | ||
@@ -25,0 +27,0 @@ } |
{ | ||
"name": "@orion-js/core", | ||
"version": "3.2.40", | ||
"version": "3.2.46", | ||
"main": "index.js", | ||
@@ -37,3 +37,3 @@ "author": "nicolaslopezj", | ||
}, | ||
"gitHead": "fcc9653145e922930f8ac5a132cf8bfa5fa7ba42", | ||
"gitHead": "a5b4cbe7338878908a0a480bf971bbd31b76a539", | ||
"devDependencies": { | ||
@@ -40,0 +40,0 @@ "@shelf/jest-mongodb": "^2.1.0", |
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
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
33675
669