weboptimizer 2.0.1628 → 2.0.1630

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -4,5 +4,5 @@
4
4
  * @returns A promise holding a boolean which indicates directory existence.
5
5
  */
6
6
  export declare const isFile: (filePath: string) => Promise<boolean>;
7
- export declare const config: import("@eslint/config-helpers").Config[];
7
+ export declare const config: import("eslint/config").Config[];
8
8
  export default config;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "weboptimizer",
3
- "version": "2.0.1628",
3
+ "version": "2.0.1630",
4
4
  "description": "A generic web optimizer, (module) bundler and development environment.",
5
5
  "keywords": [
6
6
  "webpack",
package/tsconfig.json CHANGED
@@ -12,7 +12,7 @@
12
12
  "jsx": "react-jsx",
13
13
  "lib": ["DOM", "ESNext"],
14
14
  "module": "esnext",
15
- "moduleResolution": "node",
15
+ "moduleResolution": "bundler",
16
16
  "paths": {
17
17
  "@root/*": ["*"]
18
18
  },