typescript-config-silverwind
Advanced tools
Comparing version 3.0.4 to 3.0.5
{ | ||
"name": "typescript-config-silverwind", | ||
"version": "3.0.4", | ||
"version": "3.0.5", | ||
"description": "Typescript configuration", | ||
@@ -15,4 +15,4 @@ "author": "silverwind <me@silverwind.io>", | ||
"devDependencies": { | ||
"eslint-config-silverwind": "83.0.3", | ||
"eslint-config-silverwind-typescript": "3.2.1", | ||
"eslint-config-silverwind": "84.0.0", | ||
"eslint-config-silverwind-typescript": "3.2.3", | ||
"typescript": "5.4.5", | ||
@@ -19,0 +19,0 @@ "updates": "16.0.1", |
@@ -21,3 +21,11 @@ { | ||
"moduleDetection": "force", | ||
"lib": ["DOM", "DOM.Iterable", "ESNext", "WebWorker"], | ||
"lib": [ | ||
"dom", | ||
"dom.iterable", | ||
"dom.asynciterable", | ||
"esnext", | ||
"webworker", | ||
"webworker.iterable", | ||
"webworker.asynciterable", | ||
], | ||
@@ -24,0 +32,0 @@ // build |
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
2353
48