stock.geolock.fr/apps/worker/tsconfig.json
2026-02-24 16:10:30 +00:00

17 lines
354 B
JSON

{
"compilerOptions": {
"target": "ES2022",
"module": "ES2022",
"moduleResolution": "Bundler",
"outDir": "dist",
"rootDir": "src",
"strict": true,
"skipLibCheck": true,
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"types": ["node"],
"resolveJsonModule": true
},
"include": ["src"]
}