mirror of
https://github.com/harttle/liquidjs.git
synced 2026-09-20 06:50:47 -07:00
fix(#108): remove absolute path in emitted d.ts
This commit is contained in:
+1
-8
@@ -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" ]
|
||||
|
||||
Reference in New Issue
Block a user