From 3913e720e220fce18c980038d878730c9fa51212 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabrice=20PENHO=C3=8BT?= Date: Mon, 2 Aug 2021 12:12:08 +0200 Subject: [PATCH] =?UTF-8?q?D=C3=A9signation=20des=20scripts=20ts=20a=20com?= =?UTF-8?q?piler=20en=20.js=20+=20demande=20suppression=20commentaires.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tsconfig.json | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/tsconfig.json b/tsconfig.json index ac0bd73..dab4719 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,10 +1,14 @@ { - "compilerOptions": { + "compilerOptions": + { "outDir": "./src", "noImplicitAny": true, "module": "es6", + "removeComments": true, "target": "es5", "jsx": "react", "allowJs": true - } + }, + "include": ["src/*.ts"], + "exclude": ["node_modules", "**/*.spec.ts"] } \ No newline at end of file