mirror of
https://github.com/the-draupnir-project/Draupnir.git
synced 2026-05-13 19:13:19 +00:00
25 lines
607 B
JSON
25 lines
607 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "es2024",
|
|
"module": "node16",
|
|
"lib": ["es2024"],
|
|
"declaration": true,
|
|
"declarationMap": true,
|
|
"exactOptionalPropertyTypes": true,
|
|
"sourceMap": true,
|
|
"strict": true,
|
|
"strictNullChecks": true,
|
|
"esModuleInterop": true,
|
|
"skipLibCheck": true,
|
|
"forceConsistentCasingInFileNames": true,
|
|
"allowJs": false,
|
|
"moduleResolution": "node16",
|
|
"resolveJsonModule": true,
|
|
"noImplicitReturns": true,
|
|
"noImplicitThis": true,
|
|
"noUncheckedIndexedAccess": true,
|
|
"noUnusedLocals": true,
|
|
"noImplicitAny": true
|
|
}
|
|
}
|