Update tsconfig.json

This commit is contained in:
Ryota Ushio 2023-11-13 02:03:28 +09:00 committed by GitHub
parent 09b62e20d3
commit a29a9d4b34
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
{
"compilerOptions": {
"baseUrl": ".",
"baseUrl": "./src",
"inlineSourceMap": true,
"inlineSources": true,
"module": "ESNext",