lets-go-gambling/tsconfig.json
2024-11-19 10:04:13 +01:00

12 lines
232 B
JSON

{
"compilerOptions": {
"target": "ES2020",
"module": "commonjs",
"rootDir": "./src",
"outDir": "./build",
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"strict": true,
"skipLibCheck": true
}
}