bdcontract-sdk-javascript/tsconfig.build.json

11 lines
230 B
JSON
Raw Normal View History

2023-03-14 17:15:57 +00:00
{
"extends": "./tsconfig.json",
"compilerOptions": {
"noEmit": false,
"declaration": true,
"declarationDir": "types",
"outDir": "dist"
},
"exclude": ["test/**/*.ts", "test/**/*.d.ts", "rollup.config.ts"]
}