mirror of
https://github.com/digital-asset/daml.git
synced 2024-11-05 03:56:26 +03:00
13 lines
272 B
JSON
13 lines
272 B
JSON
{
|
|
"compilerOptions": {
|
|
"noImplicitAny": true,
|
|
"strictNullChecks": true,
|
|
"noImplicitThis": true,
|
|
"alwaysStrict": true,
|
|
"noUnusedLocals": true,
|
|
"noUnusedParameters": true,
|
|
"noImplicitReturns": true,
|
|
"noFallthroughCasesInSwitch": true
|
|
}
|
|
}
|