InlineDocument/tsconfig.json

10 lines
196 B
JSON
Raw Normal View History

2024-04-21 14:39:49 +09:00
{
"compilerOptions": {
// ソースマップを有効化
"sourceMap": true,
"target": "ES2015",
"module": "ES2015",
// 厳密モードとして設定
"strict": true
}
}