1
0
mirror of https://github.com/seejohnrun/haste-server.git synced 2026-02-10 16:01:32 +00:00

add relative paths

This commit is contained in:
Yusuf Yilmaz
2022-06-06 19:38:20 +02:00
parent ab47249505
commit 21aa23dd28
26 changed files with 71 additions and 67 deletions
+1 -3
View File
@@ -28,9 +28,7 @@
"sourceMap": true,
"rootDir": ".",
"outDir": "dist",
"paths": {
"~/*": ["/src/*"]
}
"baseUrl": ".",
},
"include": ["src", "**/*.ts"],
"exclude": ["node_modules"]