Files
tool/tsconfig.json
T
Alex Yang ad534abaa1 init repo
2024-04-12 02:48:04 -05:00

13 lines
272 B
JSON

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