13 lines
		
	
	
	
		
			236 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
	
		
			236 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
| {
 | |
|     "extends": "../tsconfig.json",
 | |
|     "include": ["src/**/*.ts"],
 | |
|     "compilerOptions": {
 | |
|         "rootDir": "./src",
 | |
|         "outDir": "./dist"
 | |
|     },
 | |
|     "references": [
 | |
|         {
 | |
|             "path": "../common"
 | |
|         }
 | |
|     ]
 | |
| }
 | 
