Files
hexerade/tsconfig.json
T

17 lines
352 B
JSON

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