Clean up tsconfig
This commit is contained in:
		| @@ -1,17 +1,16 @@ | |||||||
| { | { | ||||||
|     "compilerOptions": { |     "compilerOptions": { | ||||||
|         "allowSyntheticDefaultImports": true, |         "allowSyntheticDefaultImports": true, | ||||||
|         "experimentalDecorators": true, |         "declaration": true, | ||||||
|         "target": "ES6", |         "target": "ES6", | ||||||
|         "module": "commonjs", |         "module": "commonjs", | ||||||
|         "outDir": "./dist/", |         "outDir": "./dist/", | ||||||
|         "sourceMap": true, |         "sourceMap": true | ||||||
|         "declaration": true, |  | ||||||
|         "removeComments": true, |  | ||||||
|         "forceConsistentCasingInFileNames": true |  | ||||||
|     }, |     }, | ||||||
|  |     "include": [ | ||||||
|  |         "src/**/*.ts" | ||||||
|  |     ], | ||||||
|     "exclude": [ |     "exclude": [ | ||||||
|         "dist", |  | ||||||
|         "node_modules" |         "node_modules" | ||||||
|     ] |     ] | ||||||
| } | } | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user