gabriel / musehub public
tsconfig.json json
17 lines 373 B
6b53f1af feat: supercharge all pages, full SOC refactor, and Python 3.14 upgrade (#7) Gabriel Cardona <cgcardona@gmail.com> 5d 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 "musehub/templates/musehub/static/js/**/*.ts"
16 ]
17 }