@anst/ts-config
Advanced tools
Comparing version 1.0.2 to 1.0.3
@@ -14,6 +14,7 @@ { | ||
"emitDeclarationOnly": true, | ||
"moduleResolution": "Node", | ||
"typeRoots": ["node_modules"], | ||
"lib": [], | ||
"outDir": "dist", | ||
"target": "ES2017", | ||
"target": "ESNext", | ||
"module": "commonjs", | ||
@@ -20,0 +21,0 @@ "removeComments": true, |
{ | ||
"name": "@anst/ts-config", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "My personal TypeScript configs", | ||
@@ -5,0 +5,0 @@ "main": "index.json", |
1380
54