GHHG10/CodeServer / opencode /github /tsconfig.json
GHHG10's picture
download
raw
713 Bytes
{
"compilerOptions": {
// Environment setup & latest features
"lib": ["ESNext"],
"target": "ESNext",
"module": "Preserve",
"moduleDetection": "force",
"jsx": "react-jsx",
"allowJs": true,
// Bundler mode
"moduleResolution": "bundler",
"allowImportingTsExtensions": true,
"verbatimModuleSyntax": true,
"noEmit": true,
// Best practices
"strict": true,
"skipLibCheck": true,
"noFallthroughCasesInSwitch": true,
"noUncheckedIndexedAccess": true,
"noImplicitOverride": true,
// Some stricter flags (disabled by default)
"noUnusedLocals": false,
"noUnusedParameters": false,
"noPropertyAccessFromIndexSignature": false
}
}

Xet Storage Details

Size:
713 Bytes
·
Xet hash:
b390aadd53e3a010572f56bb51edf7afd1c66033b5ca67dd33719bddfd08d81f

Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.