| 1234567891011121314 |
- {
- "compilerOptions": {
- "module": "commonjs",
- "target": "es5",
- "moduleResolution": "node",
- "noEmitOnError": true,
- "noImplicitAny": true,
- "alwaysStrict": true,
- "strictNullChecks": true,
- "noImplicitReturns": true,
- "noImplicitThis": true,
- "sourceMap": true
- }
- }
|