Files
LexiChain/blockchain/tsconfig.json

12 lines
232 B
JSON
Raw Normal View History

2026-04-22 11:04:59 +01:00
{
"compilerOptions": {
"target": "es2020",
"module": "commonjs",
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"strict": true,
"skipLibCheck": true,
"resolveJsonModule": true
}
}