gabriel / musehub public
tsconfig.json json
17 lines 344 B
Raw
sha256:42bc547653458bb15e283222247af0237872d9cb5c2a72ad2ca1c111ed2c0ca4 feat(9A-4 F7): overseer-run provenance enrichment API for S… Human minor ⚠ breaking 12 days ago
1 {
2 "compilerOptions": {
3 "target": "ES2024",
4 "lib": ["ES2024", "ESNext", "DOM"],
5 "module": "ESNext",
6 "moduleResolution": "bundler",
7 "strict": true,
8 "noEmit": true,
9 "skipLibCheck": false,
10 "allowJs": true,
11 "checkJs": false,
12 "allowImportingTsExtensions": true
13 },
14 "include": [
15 "src/ts/**/*.ts"
16 ]
17 }
File History 1 commit
sha256:e5530c6b8996b96fc4030d6d30fe4f688926bdda2875fb01d303092b11513bd2 fix(9A-4 F7): env alias + staging secrets for overseer prov… Human minor 10 days ago