Skip to content

Commit

Permalink
Fix types
Browse files Browse the repository at this point in the history
  • Loading branch information
dominikiwanekhyland committed Jun 27, 2024
1 parent 5078725 commit 2adba1f
Show file tree
Hide file tree
Showing 6 changed files with 1,312 additions and 184 deletions.
2 changes: 1 addition & 1 deletion lib/cli/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"target": "es2018",
"lib": ["es2018", "dom"],
"baseUrl": ".",
"typeRoots": [ "./node_modules/@types", "../node_modules/@types", "../../node_modules/@types" ],
"typeRoots": [ "./node_modules/@types" ],
"types": ["node"],
"paths": {
"@alfresco/js-api": ["../../dist/libs/js-api"],
Expand Down
2 changes: 1 addition & 1 deletion lib/js-api/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"target": "es2015",
"outDir": "./.out",
"lib": ["es2018", "dom"],
"typeRoots": [ "./node_modules/@types", "../node_modules/@types", "../../node_modules/@types" ],
"typeRoots": [ "../../node_modules/@types" ],
"types": []
},
"exclude": [".history", "*/node_modules", "config", "performance", "coverage", "node_modules", "package", "dist", "test"]
Expand Down
Loading

0 comments on commit 2adba1f

Please sign in to comment.