mirror of https://github.com/MaxLeiter/Drift
				
				
				
			
			You cannot select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
		
			
				
	
	
		
			21 lines
		
	
	
		
			511 B
		
	
	
	
		
			JSON
		
	
			
		
		
	
	
			21 lines
		
	
	
		
			511 B
		
	
	
	
		
			JSON
		
	
{
 | 
						|
  "compileOnSave": false,
 | 
						|
  "compilerOptions": {
 | 
						|
    "target": "es6",
 | 
						|
    "module": "commonjs",
 | 
						|
    "moduleResolution": "node",
 | 
						|
    "experimentalDecorators": true,
 | 
						|
    "emitDecoratorMetadata": true,
 | 
						|
    "noUnusedLocals": true,
 | 
						|
    "sourceMap": true,
 | 
						|
    "declaration": false,
 | 
						|
    "pretty": true,
 | 
						|
    "strictNullChecks": true,
 | 
						|
    "skipLibCheck": true,
 | 
						|
    "strictPropertyInitialization": true,
 | 
						|
    "outDir": "dist"
 | 
						|
  },
 | 
						|
  "include": ["lib/**/*.ts", "index.ts", "src/**/*.ts"],
 | 
						|
  "exclude": ["node_modules"]
 | 
						|
}
 |