| 1234567891011121314 |
- {
- "compilerOptions": {
- "strictPropertyInitialization": false,
- "noImplicitAny": false,
- "target": "ESnext",
- "declaration": true,
- "strict": true,
- "experimentalDecorators": true,
- "emitDecoratorMetadata": true
- },
- "angularCompilerOptions": {
- "entryModule": "./src/backend/Admin/app.server.module#AppServerModule"
- }
- }
|