@lumina-dex/contracts
Version:
Contracts for Lumina DEX.
21 lines (20 loc) • 562 B
JSON
{
"compilerOptions": {
"target": "ESNext",
"lib": ["dom", "esnext"],
"moduleResolution": "node",
"strict": true,
"strictPropertyInitialization": false, // to enable generic constructors, e.g. on CircuitValue
"skipLibCheck": true,
"forceConsistentCasingInFileNames": true,
"esModuleInterop": true,
"experimentalDecorators": true,
"emitDecoratorMetadata": true,
"allowJs": true,
"declaration": true,
"sourceMap": true,
"noFallthroughCasesInSwitch": true,
"allowSyntheticDefaultImports": true,
"useDefineForClassFields": false
}
}