avery-game-proto/tsconfig.json

11 lines
201 B
JSON
Raw Normal View History

2024-10-18 20:55:55 +03:00
{
"compilerOptions": {
"target": "ESNext",
"module": "CommonJS",
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"strict": true,
"skipLibCheck": true
}
}