20 lines
		
	
	
		
			423 B
		
	
	
	
		
			JSON
		
	
	
	
			
		
		
	
	
			20 lines
		
	
	
		
			423 B
		
	
	
	
		
			JSON
		
	
	
	
{
 | 
						|
  "$schema": "https://json.schemastore.org/tsconfig",
 | 
						|
  "extends": "./tsconfig.json",
 | 
						|
  "compilerOptions": {
 | 
						|
    "types": [],
 | 
						|
    "rootDir": "./src",
 | 
						|
    "outDir": "dist",
 | 
						|
    "tsBuildInfoFile": "dist/tsconfig.build.tsbuildinfo"
 | 
						|
  },
 | 
						|
  "include": ["./src/tsc-only.ts"],
 | 
						|
  "references": [
 | 
						|
    {
 | 
						|
      "path": "../eslint-config/tsconfig.build.json"
 | 
						|
    },
 | 
						|
    {
 | 
						|
      "path": "../ts-config/tsconfig.build.json"
 | 
						|
    }
 | 
						|
  ]
 | 
						|
}
 |