gamesshop/tsconfig.json

11 lines
211 B
JSON
Raw Permalink Normal View History

2024-10-30 18:40:26 +00:00
{
"compilerOptions": {
"target": "es2016",
"module": "commonjs",
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"strict": true,
"skipLibCheck": true
}
}