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