| { | |
| "compilerOptions": { | |
| "noImplicitAny": true, | |
| "noImplicitReturns": true, | |
| "noUnusedLocals": true, | |
| "noUnusedParameters": true, | |
| "strict": true | |
| } | |
| } |
| { | |
| "compilerOptions": { | |
| "noImplicitAny": true, | |
| "noImplicitReturns": true, | |
| "noUnusedLocals": true, | |
| "noUnusedParameters": true, | |
| "strict": true | |
| } | |
| } |