From 040d5372c1033bb7c0580ad2c9b6b32f974a20c8 Mon Sep 17 00:00:00 2001 From: Maks Jopek Date: Thu, 29 Apr 2021 20:05:06 +0200 Subject: Version 1.0 --- tsconfig.json | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'tsconfig.json') diff --git a/tsconfig.json b/tsconfig.json index 09abbe6..7cac22e 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,7 +1,5 @@ { "compilerOptions": { - // "rootDir": "./", - // "outDir": "./src/js", "esModuleInterop": true, "target": "ESNext", "module": "commonjs", @@ -21,12 +19,4 @@ "downlevelIteration": true, /* END MINE */ }, - - // "include": [ - // "src/ts/**/*" - // ], - // "exclude": [ - // "node_modules", - // ".git" - // ] } \ No newline at end of file -- cgit v1.3.1