summaryrefslogtreecommitdiff
path: root/tsconfig.json
diff options
context:
space:
mode:
Diffstat (limited to 'tsconfig.json')
-rw-r--r--tsconfig.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/tsconfig.json b/tsconfig.json
index 4e6ba76..6d59c57 100644
--- a/tsconfig.json
+++ b/tsconfig.json
@@ -10,7 +10,7 @@
"sourceMap": true,
"outDir": "dist",
"strict": true,
- "baseUrl": ".",
+ "baseUrl": "./",
"forceConsistentCasingInFileNames": true,
"esModuleInterop": true,
"experimentalDecorators": true,
@@ -18,5 +18,5 @@
"moduleResolution": "nodenext",
"skipLibCheck": true
},
- "include": ["src/**/*"]
+ "include": ["./src/**/*"]
}