Luncher/server/tsconfig.json
2023-06-01 23:05:51 +02:00

12 lines
279 B
JSON

{
"compilerOptions": {
"target": "ES2016",
"module": "CommonJS",
"jsx": "react",
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"outDir": "./dist",
"rootDir": "./src",
"strict": true,
}
}