tsconfig.json 282 B

123456789101112
  1. {
  2. "include": ["./target/types/pda_derivation.ts"],
  3. "compilerOptions": {
  4. "types": ["mocha", "chai"],
  5. "typeRoots": ["./node_modules/@types"],
  6. "lib": ["es2015"],
  7. "module": "commonjs",
  8. "target": "es6",
  9. "esModuleInterop": true,
  10. "skipLibCheck": true
  11. }
  12. }