{ "compilerOptions": { // ソースマップを有効化 "sourceMap": true, "target": "ES2015", "module": "ES2015", // 厳密モードとして設定 "strict": true } }