From 59b68b29b23a4824ab3b8a2ddbbd79a51c3d1588 Mon Sep 17 00:00:00 2001 From: teramotodaiki Date: Sat, 1 Feb 2020 19:17:24 +0900 Subject: [PATCH] fix: build only true file name --- tsconfig.json | 1 + 1 file changed, 1 insertion(+) diff --git a/tsconfig.json b/tsconfig.json index af4571a..9643eba 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,5 +1,6 @@ { "compilerOptions": { + "forceConsistentCasingInFileNames": true, /* Basic Options */ // "incremental": true, /* Enable incremental compilation */ "target": "es2015" /* Specify ECMAScript target version: 'ES3' (default), 'ES5', 'ES2015', 'ES2016', 'ES2017', 'ES2018', 'ES2019' or 'ESNEXT'. */,