From f20ab6491a20bd5ba2ae735e3a84adb8301dad3f Mon Sep 17 00:00:00 2001 From: teramotodaiki Date: Sun, 2 Feb 2020 00:12:24 +0900 Subject: [PATCH] fix: set config false --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 9643eba..18e5b4d 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,6 +1,6 @@ { "compilerOptions": { - "forceConsistentCasingInFileNames": true, + "forceConsistentCasingInFileNames": false, /* Basic Options */ // "incremental": true, /* Enable incremental compilation */ "target": "es2015" /* Specify ECMAScript target version: 'ES3' (default), 'ES5', 'ES2015', 'ES2016', 'ES2017', 'ES2018', 'ES2019' or 'ESNEXT'. */,