tsconfig.json (202B)
1 { 2 "compilerOptions": { 3 "target": "ES2020", 4 "module": "ESNext", 5 "moduleResolution": "bundler", 6 "strict": false, 7 "skipLibCheck": true 8 }, 9 "include": ["theme/**/*", "config.mts"] 10 }
bscComprehensive codebase and cou... | |
| Log | Files | Refs | Activity | README | LICENSE |
tsconfig.json (202B)
1 { 2 "compilerOptions": { 3 "target": "ES2020", 4 "module": "ESNext", 5 "moduleResolution": "bundler", 6 "strict": false, 7 "skipLibCheck": true 8 }, 9 "include": ["theme/**/*", "config.mts"] 10 }