Files
alfresco-ng2-components/lib/js-api/tsconfig.spec.json
2024-07-05 12:27:33 +01:00

17 lines
371 B
JSON

{
"extends": "../../tsconfig.json",
"compilerOptions": {
"module": "CommonJS",
"moduleResolution": "node",
"target": "ES2015",
"esModuleInterop": true,
"isolatedModules": true,
"allowSyntheticDefaultImports": true,
"skipLibCheck": true,
"skipDefaultLibCheck": true,
"types": ["mocha"]
},
"exclude": [],
"include": ["**/*"]
}