mirror of https://github.com/certd/certd
				
				
				
			
		
			
				
	
	
		
			43 lines
		
	
	
		
			917 B
		
	
	
	
		
			JSON
		
	
	
			
		
		
	
	
			43 lines
		
	
	
		
			917 B
		
	
	
	
		
			JSON
		
	
	
{
 | 
						|
  "compileOnSave": true,
 | 
						|
  "compilerOptions": {
 | 
						|
    "target": "ESNext",
 | 
						|
    "module": "ESNext",
 | 
						|
    "moduleResolution": "node",
 | 
						|
    "esModuleInterop": true,
 | 
						|
    "experimentalDecorators": true,
 | 
						|
    "emitDecoratorMetadata": true,
 | 
						|
    "inlineSourceMap":true,
 | 
						|
    "noImplicitThis": true,
 | 
						|
    "noUnusedLocals": true,
 | 
						|
    "importHelpers": true,
 | 
						|
    "stripInternal": true,
 | 
						|
    "skipLibCheck": true,
 | 
						|
    "pretty": true,
 | 
						|
    "declaration": true,
 | 
						|
    "forceConsistentCasingInFileNames": true,
 | 
						|
    "outDir": "dist",
 | 
						|
    "rootDir": "src",
 | 
						|
    "composite": false,
 | 
						|
    "useDefineForClassFields": true,
 | 
						|
    "strict": true,
 | 
						|
//    "sourceMap": true,
 | 
						|
    "resolveJsonModule": true,
 | 
						|
    "isolatedModules": false,
 | 
						|
    "lib": ["ESNext", "DOM"],
 | 
						|
  },
 | 
						|
  "include": [
 | 
						|
    "src/**/*.ts",
 | 
						|
    "src/**/*.d.ts",
 | 
						|
    "src/**/*.json"
 | 
						|
  ],
 | 
						|
  "exclude": [
 | 
						|
    "*.js",
 | 
						|
    "*.ts",
 | 
						|
    "*.spec.ts",
 | 
						|
    "dist",
 | 
						|
    "node_modules",
 | 
						|
    "test"
 | 
						|
  ],
 | 
						|
}
 |