mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2026-09-09 18:03:21 +00:00
16 lines
349 B
JSON
16 lines
349 B
JSON
{
|
|
"extends": "../../tsconfig.json",
|
|
"compilerOptions": {
|
|
"module": "CommonJS",
|
|
"moduleResolution": "node",
|
|
"target": "ES2015",
|
|
"esModuleInterop": true,
|
|
"isolatedModules": true,
|
|
"allowSyntheticDefaultImports": true,
|
|
"lib": ["ESNext", "dom"],
|
|
"types": ["jest", "node"]
|
|
},
|
|
"exclude": [],
|
|
"include": ["**/*"]
|
|
}
|