gamesshop/tsconfig.json

11 lines
201 B
JSON
Raw Normal View History

2024-06-30 12:41:33 +00:00
{
"compilerOptions": {
"target": "es2016",
"module": "commonjs",
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"strict": true,
"skipLibCheck": true
}
}