From f2718facf4ffd844fde640457407d4408a218700 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Guillaume=20Perr=C3=A9al?= <guillaume.perreal@irstea.fr> Date: Tue, 16 Feb 2021 18:19:36 +0100 Subject: [PATCH] =?UTF-8?q?R=C3=A8gle=20les=20petits=20d=C3=A9fauts=20rest?= =?UTF-8?q?ants.=20!fix?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 1 + tsconfig.json | 23 ----------------------- 2 files changed, 1 insertion(+), 23 deletions(-) delete mode 100644 tsconfig.json diff --git a/package.json b/package.json index e862ef0..5b75a88 100644 --- a/package.json +++ b/package.json @@ -5,6 +5,7 @@ "main": "dist/index.js", "directories": {}, "scripts": { + "build": "tsc -p tsconfig.lib.json", "lint": "eslint --fix '{src,tests}/**/*.{js,ts}' --quiet --fix", "test": "jest", "test:compile-generated": "tsc --project tsconfig.ci.json --pretty --noEmit", diff --git a/tsconfig.json b/tsconfig.json deleted file mode 100644 index 48c1e49..0000000 --- a/tsconfig.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "extends": "./node_modules/irstea-typescript-config/tsconfig.json", - "compileOnSave": false, - "compilerOptions": { - "outDir": "./dist/out-tsc", - "sourceMap": false, - "inlineSourceMap": false, - "declaration": false, - "moduleResolution": "node", - "emitDecoratorMetadata": true, - "experimentalDecorators": true, - "importHelpers": true, - "target": "es5", - "typeRoots": [ - "node_modules/@types" - ], - "lib": [ - "es2017", - "dom" - ], - "locale": "fr" - } -} -- GitLab