summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--tsconfig.json6
1 files changed, 3 insertions, 3 deletions
diff --git a/tsconfig.json b/tsconfig.json
index 4ccecb9..3dff943 100644
--- a/tsconfig.json
+++ b/tsconfig.json
@@ -5,13 +5,13 @@
"esModuleInterop": true,
"declaration": true,
"sourceMap": true,
- "baseUrl": ".",
+ "baseUrl": "./src",
"outDir": "./dist",
"allowSyntheticDefaultImports": true,
"strict": true,
"paths": {
- "@types": ["src/types.ts"],
- "@helpers/*": ["src/helpers/*"],
+ "@types": ["types.ts"],
+ "@helpers/*": ["helpers/*"],
}
},
"include": [