mirror of
https://github.com/profullstack/logicsrc.git
synced 2026-08-13 14:37:26 +00:00
Add files/publishConfig(public)/repository/keywords + prepublishOnly build; exclude *.test.ts from the tsc build so dist (and the published tarball) ships only library code. Package size 17 kB, 38/38 tests still green. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
9 lines
180 B
JSON
9 lines
180 B
JSON
{
|
|
"extends": "../../tsconfig.base.json",
|
|
"compilerOptions": {
|
|
"rootDir": "src",
|
|
"outDir": "dist"
|
|
},
|
|
"include": ["src/**/*.ts"],
|
|
"exclude": ["src/**/*.test.ts"]
|
|
}
|