Files
tool/tsconfig.json
T
Alex Yang 1127d0ca40 fix: lint
2024-04-12 22:33:30 -05:00

15 lines
336 B
JSON

{
"compilerOptions": {
"target": "ESNext",
"module": "ESNext",
"moduleResolution": "bundler",
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"strict": true,
"noUncheckedIndexedAccess": true,
"verbatimModuleSyntax": true,
"strictNullChecks": true,
"skipLibCheck": true
}
}