mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
* add exclude files property * remove Unknown * fix reviewer * Update reviewChecker.js * Update docs/README.md Co-Authored-By: Mark Hulbert <39801222+m-hulbert@users.noreply.github.com> Co-authored-by: Mark Hulbert <39801222+m-hulbert@users.noreply.github.com>
25 lines
540 B
JSON
25 lines
540 B
JSON
{
|
|
"compilerOptions": {
|
|
"outDir": ".",
|
|
"baseUrl": ".",
|
|
"moduleResolution": "node",
|
|
"noUnusedLocals": true,
|
|
"target": "es5",
|
|
"types": ["node", "@paperist/types-remark"],
|
|
"typeRoots": ["node_modules/@types"],
|
|
"lib": ["es2018", "dom"]
|
|
},
|
|
"files": [
|
|
"remarkGraphQl.ts",
|
|
"mqDefs.ts",
|
|
"tools/fileChecker.ts",
|
|
"tools/gqIndex.ts",
|
|
"tools/linkFixer.ts",
|
|
"tools/sourceLinker.ts",
|
|
"tools/tsInfo.ts",
|
|
"tools/tutorialIndex.ts",
|
|
"tools/typeLinker.ts",
|
|
"reviewChecker.ts"
|
|
]
|
|
}
|