data-dashboard
Version:
A data-driven dashboard console for report widgets
25 lines (24 loc) • 669 B
JSON
{
"compilerOptions": {
"rootDir": "src",
"outDir": "build/1-pre",
"declaration": true,
"removeComments": true,
"skipLibCheck": true,
"esModuleInterop": true,
"newLine": "lf",
"target": "ES2022",
"module": "nodenext",
"moduleResolution": "nodenext",
"types": ["node"],
"exactOptionalPropertyTypes": true,
"forceConsistentCasingInFileNames": true,
"noFallthroughCasesInSwitch": true,
"noImplicitAny": true,
"noImplicitReturns": true,
"noImplicitThis": true,
"noUncheckedIndexedAccess": true,
"noUnusedLocals": true,
"strictNullChecks": true
}
}