mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-31 17:38:48 +00:00
Fix cli compilation (#8244)
* fix cli compilation * [ci:force] latest libs * [ci:force] delete old mergify config
This commit is contained in:
@@ -16,23 +16,11 @@
|
||||
"skipLibCheck": true,
|
||||
"strictNullChecks": false,
|
||||
"target": "es2018",
|
||||
"lib": [
|
||||
"es2018",
|
||||
"dom"
|
||||
],
|
||||
"lib": ["es2018", "dom"],
|
||||
"baseUrl": ".",
|
||||
"typeRoots": [
|
||||
"./node_modules/@types"
|
||||
],
|
||||
"types": [
|
||||
"node"
|
||||
],
|
||||
"paths": {
|
||||
}
|
||||
"typeRoots": ["node_modules/@types"],
|
||||
"types": ["node"],
|
||||
"paths": {}
|
||||
},
|
||||
"exclude": [
|
||||
"dist/**/*",
|
||||
"./build.ts",
|
||||
"node_modules/**/*"
|
||||
]
|
||||
"exclude": ["dist/**/*", "./build.ts", "node_modules"]
|
||||
}
|
||||
|
Reference in New Issue
Block a user