mirror of
https://github.com/koala73/worldmonitor.git
synced 2026-04-26 01:24:59 +02:00
23 lines
493 B
JSON
23 lines
493 B
JSON
{
|
|
"compilerOptions": {
|
|
"checkJs": true,
|
|
"strict": false,
|
|
"noImplicitAny": false,
|
|
"target": "ES2022",
|
|
"module": "ESNext",
|
|
"moduleResolution": "bundler",
|
|
"allowJs": true,
|
|
"maxNodeModuleJsDepth": 0,
|
|
"skipLibCheck": true
|
|
},
|
|
"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": []
|
|
}
|