gabriel / musehub public
tsconfig.node.json json
13 lines 251 B
Raw
sha256:cdfe164af70b640f93370907508ae9066c78c19dfd97f36e14aab34c3d539496 docs: add production-readiness checklist Sonnet 5 31 days ago
1 {
2 "compilerOptions": {
3 "target": "ES2022",
4 "lib": ["ES2022", "ESNext"],
5 "module": "CommonJS",
6 "moduleResolution": "node",
7 "strict": true,
8 "noEmit": true,
9 "skipLibCheck": true,
10 "types": ["node"]
11 },
12 "include": []
13 }
File History 1 commit
sha256:cdfe164af70b640f93370907508ae9066c78c19dfd97f36e14aab34c3d539496 docs: add production-readiness checklist Sonnet 5 31 days ago