@axelar-network/axelar-cgp-sui
Version:
Axelar Sui Move contracts
33 lines (26 loc) • 746 B
JSON
{
"compilerOptions": {
/* Language and Environment */
"target": "es6",
"lib": ["es2020", "dom"],
/* Modules */
"module": "CommonJS",
"moduleResolution": "node",
"resolveJsonModule": true,
/* Emit */
"declaration": true,
"declarationMap": true,
"sourceMap": true,
"baseUrl": ".",
/* Interop Constraints */
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
/* Type Checking */
"strict": true,
"strictNullChecks": true,
/* Completeness */
"skipDefaultLibCheck": true,
"skipLibCheck": true,
},
"exclude": ["node_modules", "dist", "test"]
}