communities-contracts/tsconfig.json

11 lines
201 B
JSON
Raw Normal View History

2023-01-19 11:21:41 +00:00
{
"compilerOptions": {
"target": "es2020",
"module": "commonjs",
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"strict": true,
"skipLibCheck": true
}
}