Files
Luncher/server/tsconfig.json
T
mates 64d85036fd
ci/woodpecker/push/workflow Pipeline failed
test: rozšíření serverových testů
2026-04-29 15:42:08 +02:00

20 lines
430 B
JSON

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