@mintlify/scraping
Advanced tools
Comparing version 3.0.24 to 3.0.25
{ | ||
"name": "@mintlify/scraping", | ||
"version": "3.0.24", | ||
"version": "3.0.25", | ||
"description": "Scrape documentation frameworks to Mintlify docs", | ||
@@ -59,3 +59,3 @@ "engines": { | ||
"@mintlify/ts-config": "1.0.7", | ||
"@mintlify/validation": "0.1.65", | ||
"@mintlify/validation": "0.1.66", | ||
"@trivago/prettier-plugin-sort-imports": "3.x", | ||
@@ -77,3 +77,3 @@ "@tsconfig/recommended": "1.x", | ||
}, | ||
"gitHead": "dc5ac1ef83ab6778eb1887633c89af237278c679" | ||
"gitHead": "6c9831bef013e0a27a1de2671760ea0ac3a804e4" | ||
} |
{ | ||
"extends": "../../tsconfig.json", | ||
"extends": "@mintlify/ts-config", | ||
"compilerOptions": { | ||
@@ -10,6 +10,2 @@ "module": "ES2020", | ||
"outDir": "bin", | ||
"baseUrl": ".", | ||
"paths": { | ||
"*": ["node_modules/*", "src/types/*"] | ||
}, | ||
"declaration": true, | ||
@@ -16,0 +12,0 @@ "emitDecoratorMetadata": true, |
Sorry, the diff of this file is not supported yet
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
285002
3112