| 12345678910111213141516171819 |
- {
- "compilerOptions": {
- "baseUrl": "./",
- "target": "ES6",
- "module": "commonjs",
- "sourceMap": true,
- "emitDecoratorMetadata": true,
- "experimentalDecorators": true,
- "removeComments": true,
- "noImplicitAny": true,
- "strictNullChecks": true,
- "noUnusedLocals": true,
- "paths": {
- "app/*": [
- "src/*"
- ]
- }
- }
- }
|