tsconfig.json
json
sha256:da49a05fd62cda46a7d73ec53a8d0adc5835d2070f6f0c51b12233a673c2e109
docs(mwp-1): mark Phase 5 complete, all acceptance criteria…
Sonnet 4.6
27 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:da49a05fd62cda46a7d73ec53a8d0adc5835d2070f6f0c51b12233a673c2e109
docs(mwp-1): mark Phase 5 complete, all acceptance criteria…
Sonnet 4.6
27 days ago