Dynamically fetching correct version and generating declarations only for npm lib
This commit is contained in:
+1
-1
@@ -5,7 +5,7 @@
|
||||
"moduleResolution": "node",
|
||||
"module": "CommonJS",
|
||||
"target": "ES2015",
|
||||
"declaration": true,
|
||||
"declaration": false,
|
||||
"downlevelIteration": true,
|
||||
"jsx": "react",
|
||||
"allowJs": true,
|
||||
|
||||
Reference in New Issue
Block a user