From c3c3b770b037cb80a37b3508ac890699d7391083 Mon Sep 17 00:00:00 2001 From: Maks Jopek Date: Sun, 18 Apr 2021 00:03:32 +0200 Subject: Everything till generating empty game board --- tsconfig.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tsconfig.json') diff --git a/tsconfig.json b/tsconfig.json index 4478def..09abbe6 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -18,9 +18,10 @@ "strictPropertyInitialization": true /* Enable strict checking of property initialization in classes. "noImplicitThis": true /* Raise error on 'this' expressions with an implied 'any' type. */, "alwaysStrict": true /* Parse in strict mode and emit "use strict" for each source file. */, - "downlevelIteration": true + "downlevelIteration": true, /* END MINE */ }, + // "include": [ // "src/ts/**/*" // ], -- cgit v1.3.1