Tsconfig
Path:
loom-sprint-scaffold/loom/tests/tsconfig.jsonRelative: loom/tests/tsconfig.jsonSubproject: loom-sprint-scaffoldCategory: testsLines: 14Bytes: 508Imports: 0Exports: 0has tests
Content Preview
- {
- "extends": "../tsconfig.json",
- "compilerOptions": {
- "types": ["bun-types", "@cloudflare/workers-types"],
- "baseUrl": "..",
- "paths": { "@/*": ["src/*"] }
- },
- // Only test files are rooted here; the compiler follows their imports
- // (lib/validate, types/contracts, types/errors, contract JSON, fixtures).
- // env.ts / the barrel are worker-runtime surface, typechecked by the root config.
- "include": ["./**/*.ts", "./fixtures/**/*.json"],
- "exclude": ["../node_modules", "../d