@halospv3/hce.shared-config
Version:
Automate commit message quality, changelogs, and CI/CD releases. Exports a semantic-release shareable configuration deserialized from this package's '.releaserc.yml'. Shared resources for .NET projects are also distributed with this package.
23 lines (22 loc) • 372 B
JSON
{
"extends": "./tsconfig.base.json",
"compilerOptions": {
"allowImportingTsExtensions": true,
"outDir": "_tsout",
"target": "es2020",
"erasableSyntaxOnly": true
},
"include": [
"./*.cts",
"./*.mts",
"./*.ts"
],
"references": [
{
"path": "./tests/tsconfig.json"
},
{
"path": "./src/tsconfig.json"
}
]
}