12345678910111213141516 |
- {
- "compilerOptions": {
- "alwaysStrict": true,
- "noEmitOnError": true,
- "noFallthroughCasesInSwitch": true,
- "noImplicitAny": true,
- "noImplicitReturns": true,
- "noImplicitThis": true,
- "noUnusedLocals": true,
- "noUnusedParameters": true,
- "strict": true,
- "target": "ES2019"
- },
- "files": ["lib.ts", "main.ts", "types.ts", "mechanics.ts"]
- }
|