Luncher/server/tsconfig.json
2023-04-15 08:05:46 +02:00

8 lines
175 B
JSON

{
"compilerOptions": {
"target": "ES2016",
"module": "CommonJS",
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
}
}