mirror of
https://github.com/koala73/worldmonitor.git
synced 2026-04-26 01:24:59 +02:00
Phase 0: Regional Intelligence snapshot writer foundation (#2940)
This commit is contained in:
@@ -10,6 +10,13 @@
|
||||
"maxNodeModuleJsDepth": 0,
|
||||
"skipLibCheck": true
|
||||
},
|
||||
"include": ["seed-forecasts.mjs", "seed-forecasts.types.d.ts"],
|
||||
"include": [
|
||||
"seed-forecasts.mjs",
|
||||
"seed-forecasts.types.d.ts",
|
||||
"seed-regional-snapshots.mjs",
|
||||
"regional-snapshot/**/*.mjs",
|
||||
"../shared/regions.types.d.ts",
|
||||
"../shared/geography.d.ts"
|
||||
],
|
||||
"exclude": []
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user