Files
hexerade/tsconfig.json
T
2026-06-13 18:21:48 -04:00

13 lines
301 B
JSON

{
"compilerOptions": {
"strict": true,
"noUnusedLocals": true,
"noImplicitAny": false,
"moduleResolution": "bundler",
"esModuleInterop": true,
"lib": ["ES2021.String"],
"skipLibCheck": true,
"inlineSourceMap": true,
"forceConsistentCasingInFileNames": false
}
}