Files
bdcontract-sdk-javascript/tsconfig.build.json

11 lines
230 B
JSON
Raw Permalink Normal View History

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