gabriel / musehub public
tsconfig.json json
17 lines 344 B
Raw
sha256:cdfe164af70b640f93370907508ae9066c78c19dfd97f36e14aab34c3d539496 docs: add production-readiness checklist Sonnet 5 38 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:cdfe164af70b640f93370907508ae9066c78c19dfd97f36e14aab34c3d539496 docs: add production-readiness checklist Sonnet 5 38 days ago