mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
* [ADF-4252] Added basic fixer for link and image URLs * [ADF-4252] Added full check to link fixing tool * [ADF-4252] Manually replaced http Github doc URLs * [ADF-4252] Fixed rel note doc links with tool
19 lines
385 B
JSON
19 lines
385 B
JSON
{
|
|
"compilerOptions": {
|
|
"outDir": ".",
|
|
"baseUrl": ".",
|
|
"moduleResolution": "node",
|
|
"noUnusedLocals": true,
|
|
"target": "es5",
|
|
"types": ["node", "@paperist/types-remark"],
|
|
"lib": [
|
|
"es2015"
|
|
]
|
|
},
|
|
"files": [
|
|
"remarkGraphQl.ts",
|
|
"mqDefs.ts",
|
|
"tools/gqIndex.ts",
|
|
"tools/linkFixer.ts"
|
|
]
|
|
} |