概要
https://www.typescriptlang.org/tsconfig#alwaysStrict
{
"alwaysStrict": true
}
"use strict";
を必ず全てのファイルの先頭行に付与する。
参考: https://developer.mozilla.org/ja/docs/Web/JavaScript/Reference/Strict_mode
https://www.typescriptlang.org/tsconfig#alwaysStrict
{
"alwaysStrict": true
}
"use strict";
を必ず全てのファイルの先頭行に付与する。
参考: https://developer.mozilla.org/ja/docs/Web/JavaScript/Reference/Strict_mode