UNPKG

@lumina-dex/contracts

Version:
21 lines (20 loc) 596 B
{ "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 } }