blob: 1b5234728954804fc192bc27aad3bcb9b7d82d60 [file] [log] [blame]
{
"compilerOptions": {
"alwaysStrict": true,
"allowUnreachableCode": true,
"allowUnusedLabels": true,
"baseUrl": "frontend/",
"module": "commonjs",
"moduleResolution": "node",
"noFallthroughCasesInSwitch": true,
"noImplicitAny": true,
"noImplicitOverride": true,
"noImplicitReturns": true,
"noImplicitThis": true,
"noPropertyAccessFromIndexSignature": true,
"outDir": "dist/",
"paths": {"@parallax/*": ["*"]},
"pretty": true,
"sourceMap": true,
"strict": true,
"strictFunctionTypes": true,
"strictNullChecks": true,
"strictPropertyInitialization": true,
"target": "ES2022",
"useUnknownInCatchVariables": true
}
}