InlineDocument/tsconfig.json
2024-04-21 14:39:49 +09:00

10 lines
196 B
JSON

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