From c6436d09141c07e109ae3fdebaf725861fc0cf18 Mon Sep 17 00:00:00 2001 From: Florian BOUILLON Date: Tue, 30 Mar 2021 15:38:29 +0200 Subject: [PATCH] Try to fix compilation errors Signed-off-by: Florian BOUILLON --- package.json | 8 ++++---- tsconfig.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 2838925..fc712ed 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,9 @@ "next": "^10.0.5", "react": "^17.0.1", "react-dom": "^17.0.1", - "react-feather": "^2.0.9" + "react-feather": "^2.0.9", + "typescript": "^4.2.3", + "stylus": "^0.54.8" }, "scripts": { "dev": "rm -rf src/dzeio/**/*.js && start-storybook -p 6006", @@ -40,8 +42,6 @@ "dependencies": { "rollup": "^2.44.0", "rollup-plugin-styles": "^3.14.1", - "rollup-plugin-typescript2": "^0.30.0", - "stylus": "^0.54.8", - "typescript": "^4.2.3" + "rollup-plugin-typescript2": "^0.30.0" } } diff --git a/tsconfig.json b/tsconfig.json index 92875f0..ebaa3da 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -17,7 +17,7 @@ // "composite": true, /* Enable project compilation */ // "removeComments": true, /* Do not emit comments to output. */ // "noEmit": true, /* Do not emit outputs. */ - // "importHelpers": true, /* Import emit helpers from 'tslib'. */ + "importHelpers": false, /* Import emit helpers from 'tslib'. */ // "downlevelIteration": true, /* Provide full support for iterables in 'for-of', spread, and destructuring when targeting 'ES5' or 'ES3'. */ // "isolatedModules": true, /* Transpile each file as a separate module (similar to 'ts.transpileModule'). */