From 9509148e9dc5120f2026c0337a880089734d8c80 Mon Sep 17 00:00:00 2001 From: Valentin Popov Date: Thu, 13 Feb 2020 14:30:54 +0400 Subject: Formed structure of the repository Signed-off-by: Valentin Popov --- tsconfig.json | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) (limited to 'tsconfig.json') diff --git a/tsconfig.json b/tsconfig.json index ee95095..69a27e6 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,26 +1,21 @@ { "compilerOptions": { - "allowJs": true, - "checkJs": true, - "declaration": true, "downlevelIteration": true, "esModuleInterop": true, - "forceConsistentCasingInFileNames": true, "module": "ES2015", "moduleResolution": "Node", "newLine": "lf", "noImplicitReturns": true, "noUnusedLocals": true, "noUnusedParameters": true, - "outDir": "dist", "removeComments": true, - "sourceMap": true, + "resolveJsonModule": true, + "sourceMap": false, "strict": true, "target": "ES5" }, "exclude": [ - "node_modules", - "dist" + "node_modules" ], "include": [ "src" -- cgit v1.2.3