typed-factorio 3.9.0 → 3.10.0

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.
@@ -1,11 +1,11 @@
1
- // This file declares globals for the factorio prototype stage.
2
-
3
- /// <reference path="../index.d.ts" />
4
- /// <reference path="../common/settings-global.d.ts" />
5
- /// <reference path="../common/data-global.d.ts" />
6
-
7
- /** @noResolution */
8
- declare module "factorio:common" {
9
- import { PrototypeMap } from "factorio:prototype"
10
- export interface GlobalPrototypeMap extends PrototypeMap {}
11
- }
1
+ // This file declares globals for the factorio prototype stage.
2
+
3
+ /// <reference path="../index.d.ts" />
4
+ /// <reference path="../common/settings-global.d.ts" />
5
+ /// <reference path="../common/data-global.d.ts" />
6
+
7
+ /** @noResolution */
8
+ declare module "factorio:common" {
9
+ import { PrototypeMap } from "factorio:prototype"
10
+ export interface GlobalPrototypeMap extends PrototypeMap {}
11
+ }