gamesshop/tsconfig.json
2024-06-30 14:41:33 +02:00

10 lines
201 B
JSON

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