@btc-vision/bsi-common
Version:
Common library for OP_NET.
15 lines • 396 B
JSON
{
"extends": "./tsconfig.base.json",
"compilerOptions": {
"module": "ESNext",
"target": "ES2020",
"declaration": true,
"outDir": "./build",
"moduleResolution": "node",
"esModuleInterop": true,
"skipLibCheck": true,
"allowSyntheticDefaultImports": true
},
"include": ["src/**/*.ts"],
"exclude": ["node_modules"]
}