@ribajs/tsconfig
Advanced tools
Comparing version 2.0.0-alpha.0 to 2.0.0-alpha.1
{ | ||
"name": "@ribajs/tsconfig", | ||
"description": "Shared TypeScript config for Riba.js projects", | ||
"version": "2.0.0-alpha.0", | ||
"version": "2.0.0-alpha.1", | ||
"type": "module", | ||
"engines": { | ||
"node": "^12.20.0 || ^14.13.1 || >=16.0.0" | ||
}, | ||
"author": "Pascal Garber <pascal@artandcode.studio>", | ||
@@ -32,5 +36,4 @@ "contributors": [], | ||
], | ||
"scripts": {}, | ||
"devDependencies": { | ||
"@ribajs/types": "2.0.0-alpha.0" | ||
"@ribajs/types": "^2.0.0-alpha.1" | ||
}, | ||
@@ -37,0 +40,0 @@ "bugs": { |
@@ -10,2 +10,6 @@ { | ||
"esModuleInterop": true, | ||
"removeComments": true, | ||
"emitDecoratorMetadata": true, | ||
"experimentalDecorators": true, | ||
"resolveJsonModule": true, | ||
"strict": true, | ||
@@ -15,4 +19,8 @@ "noImplicitAny": true, | ||
"allowSyntheticDefaultImports": true, | ||
"lib": ["ES2015", "ESNext", "DOM"] | ||
"incremental": true, | ||
"lib": ["ESNext", "DOM"], | ||
"jsx": "react", | ||
"jsxFactory": "jsxCreateElement", | ||
"jsxFragmentFactory": "jsxFragment" | ||
} | ||
} |
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
2076
24
Yes