gamesshop/tsconfig.json
2024-10-30 19:40:26 +01:00

10 lines
211 B
JSON

{
"compilerOptions": {
"target": "es2016",
"module": "commonjs",
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"strict": true,
"skipLibCheck": true
}
}