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

17 lines
359 B
JSON

{
"compilerOptions": {
"target": "ES2022",
"module": "ES2022",
"moduleResolution": "Bundler",
"outDir": "dist",
"rootDir": "src",
"strict": true,
"skipLibCheck": true,
"declaration": true,
"emitDeclarationOnly": false,
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true
},
"include": ["src"]
}