123456789101112 |
- {
- "include": ["./target/types/pda_derivation.ts"],
- "compilerOptions": {
- "types": ["mocha", "chai"],
- "typeRoots": ["./node_modules/@types"],
- "lib": ["es2015"],
- "module": "commonjs",
- "target": "es6",
- "esModuleInterop": true,
- "skipLibCheck": true
- }
- }
|