UNPKG

@navigators-exploration-team/mina-mastermind

Version:

[![Integration tests](https://github.com/navigators-exploration-team/recursive-mastermind-zkApp/actions/workflows/ci.yml/badge.svg)](https://github.com/navigators-exploration-team/recursive-mastermind-zkApp/actions/workflows/ci.yml)

26 lines (25 loc) 732 B
{ "compilerOptions": { "target": "es2020", "module": "es2022", "lib": ["dom", "esnext"], "outDir": "./build", "rootDir": ".", "strict": true, "strictPropertyInitialization": false, // to enable generic constructors, e.g. on CircuitValue "skipLibCheck": true, "forceConsistentCasingInFileNames": true, "esModuleInterop": true, "moduleResolution": "node", "experimentalDecorators": true, "emitDecoratorMetadata": true, "allowJs": true, "declaration": true, "sourceMap": true, "noFallthroughCasesInSwitch": true, "allowSyntheticDefaultImports": true, "useDefineForClassFields": false }, "include": ["./src"], "exclude": ["./src/benchmark/browser/"] }