fix(#108): remove absolute path in emitted d.ts

This commit is contained in:
harttle
2019-02-26 00:43:30 +08:00
parent 75b3e15ca9
commit 53a835ab54
103 changed files with 275 additions and 343 deletions
+1 -8
View File
@@ -8,14 +8,7 @@
"allowSyntheticDefaultImports": true,
"resolveJsonModule": true,
"strict": true,
"suppressImplicitAnyIndexErrors": true,
"baseUrl": ".",
"paths": {
"src/fs": ["src/fs/node"],
"benchmark": ["node_modules/benchmark"],
"src/*": ["src/*"],
"test/*": ["test/*"]
}
"suppressImplicitAnyIndexErrors": true
},
"all": true,
"exclude": [ "node_modules", "dist" ]