12 lines
		
	
	
		
			271 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			271 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
| {
 | |
|     "extends": "./tsconfig.app.json",
 | |
|     "compilerOptions": {
 | |
|         "outDir": "../out-tsc/app-server",
 | |
|         "baseUrl": ".",
 | |
|         "module": "commonjs"
 | |
|     },
 | |
|     "angularCompilerOptions": {
 | |
|         "entryModule": "app/app.server.module#AppServerModule"
 | |
|     }
 | |
| }
 |