fix jasmine and karma integration for IDEs (#6409)

This commit is contained in:
Denys Vuika 2020-12-02 14:02:48 +00:00 committed by GitHub
parent a3fabf632c
commit ab7544a725
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 1 additions and 5 deletions

View File

@ -2,7 +2,6 @@
"extends": "../tsconfig.json",
"compilerOptions": {
"outDir": "../dist/core/",
"types": [],
"baseUrl": "./",
"paths": {
"@alfresco/adf-extensions": ["../dist/extensions"],

View File

@ -3,7 +3,6 @@
"compilerOptions": {
"outDir": "../dist/insights/",
"baseUrl": "src",
"types": [],
"paths": {
"@alfresco/adf-extensions": ["../../dist/extensions"],
"@alfresco/adf-extensions/*": ["../../dist/extensions/*"],

View File

@ -3,7 +3,6 @@
"compilerOptions": {
"outDir": "../dist/process-services/",
"baseUrl": "src",
"types": [],
"paths": {
"@alfresco/adf-extensions": ["../../dist/extensions"],
"@alfresco/adf-extensions/*": ["../../dist/extensions/*"],

View File

@ -1,8 +1,7 @@
{
"extends": "./tsconfig.json",
"compilerOptions": {
"outDir": "./out-tsc/app",
"types": []
"outDir": "./out-tsc/app"
},
"files": [
"demo-shell/src/main.ts",