data-dashboard
Version:
A data-driven dashboard console for report widgets
24 lines (23 loc) • 632 B
JSON
{
"compilerOptions": {
"skipLibCheck": true,
"target": "ES2021",
"module": "ES2020",
"moduleResolution": "node",
"declaration": true,
"outDir": "build/1-pre",
"newLine": "lf",
"strict": true,
"alwaysStrict": true,
"esModuleInterop": true,
"exactOptionalPropertyTypes": true,
"forceConsistentCasingInFileNames": true,
"noFallthroughCasesInSwitch": true,
"noImplicitAny": true,
"noImplicitReturns": true,
"noImplicitThis": true,
"noUncheckedIndexedAccess": true,
"noUnusedLocals": true,
"removeComments": true
}
}