tsconfig.build.json emits providers/* + persist (+ their parsing.mjs/types deps) to dist/ as ESM JS + .d.ts. Output is verified node:sqlite-free and functionally runnable (parse+persist against an injected db). Foundation for the app importing the shared core. > obelisk@0.1.0 build:core > rm -rf dist && tsc -p tsconfig.build.json; dist/ is gitignored.
10 lines
98 B
Plaintext
10 lines
98 B
Plaintext
.DS_Store
|
|
plans/
|
|
.skillopt-backups
|
|
node_modules/
|
|
dist-renderer/
|
|
release/
|
|
.dev.docs
|
|
.claude/
|
|
dist/
|