tsconfig.json
json
sha256:7281683f5c41e5d88b6d8811fbdafebd3e01a0c9dcd90975cfcb444ba71e8e81
docs: add local source-of-truth for musehub#225, #226, #227…
Sonnet 5
2 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:7281683f5c41e5d88b6d8811fbdafebd3e01a0c9dcd90975cfcb444ba71e8e81
docs: add local source-of-truth for musehub#225, #226, #227…
Sonnet 5
2 days ago