Extend top-level tsconfigs
This commit is contained in:
		@@ -1,4 +1,5 @@
 | 
			
		||||
{
 | 
			
		||||
    "extends": "../../tsconfig",
 | 
			
		||||
    "compilerOptions": {
 | 
			
		||||
        "outDir": "./lib/",
 | 
			
		||||
        "jsx": "react",
 | 
			
		||||
@@ -6,16 +7,7 @@
 | 
			
		||||
        "strictNullChecks": false,
 | 
			
		||||
        "paths": {
 | 
			
		||||
            "*": ["node_modules/@types/*", "*"]
 | 
			
		||||
        },
 | 
			
		||||
        "module": "commonjs",
 | 
			
		||||
        "target": "es5",
 | 
			
		||||
        "lib": ["es2017", "dom"],
 | 
			
		||||
        "sourceMap": true,
 | 
			
		||||
        "declaration": true,
 | 
			
		||||
        "experimentalDecorators": true,
 | 
			
		||||
        "noImplicitReturns": true,
 | 
			
		||||
        "pretty": true,
 | 
			
		||||
        "strict": true
 | 
			
		||||
        }
 | 
			
		||||
    },
 | 
			
		||||
    "include": ["./ts/**/*"]
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user