daml/tsconfig.json

13 lines
272 B
JSON
Raw Normal View History

2019-04-04 11:33:38 +03:00
{
"compilerOptions": {
"noImplicitAny": true,
"strictNullChecks": true,
"noImplicitThis": true,
"alwaysStrict": true,
"noUnusedLocals": true,
"noUnusedParameters": true,
"noImplicitReturns": true,
"noFallthroughCasesInSwitch": true
}
}