Add functionality to easily copy data and path of output data (#1260)

*  Add functionality to easily copy data and path of output data

*  Fix issues with copied path

* 👕 Fix lint issue

* ;bug: Fix issue that some paths were wrong

*  Final improvements
This commit is contained in:
Jan
2020-12-18 18:55:53 +01:00
committed by GitHub
parent b5d4391ace
commit bfb344a23c
4 changed files with 142 additions and 27 deletions

View File

@@ -9,6 +9,7 @@
"noImplicitReturns": true,
"strict": true,
"jsx": "preserve",
"skipLibCheck": true,
"importHelpers": true,
"moduleResolution": "node",
"esModuleInterop": true,