Luncher/server/tsconfig.json
Martin Berka fd67c0e646
All checks were successful
ci/woodpecker/push/workflow Pipeline was successful
Oprava buildu
2025-10-11 13:15:47 +02:00

17 lines
386 B
JSON

{
"include": [
"src/**/*",
"../types/**/*"
],
"compilerOptions": {
"target": "ES2022",
"module": "Node16",
"moduleResolution": "node16",
"esModuleInterop": true,
"skipLibCheck": true,
"forceConsistentCasingInFileNames": true,
"outDir": "./dist",
"rootDir": "../",
"strict": true
}
}