mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-12 17:04:57 +00:00
fix jasmine and karma integration for IDEs (#6409)
This commit is contained in:
parent
a3fabf632c
commit
ab7544a725
@ -2,7 +2,6 @@
|
||||
"extends": "../tsconfig.json",
|
||||
"compilerOptions": {
|
||||
"outDir": "../dist/core/",
|
||||
"types": [],
|
||||
"baseUrl": "./",
|
||||
"paths": {
|
||||
"@alfresco/adf-extensions": ["../dist/extensions"],
|
||||
|
@ -3,7 +3,6 @@
|
||||
"compilerOptions": {
|
||||
"outDir": "../dist/insights/",
|
||||
"baseUrl": "src",
|
||||
"types": [],
|
||||
"paths": {
|
||||
"@alfresco/adf-extensions": ["../../dist/extensions"],
|
||||
"@alfresco/adf-extensions/*": ["../../dist/extensions/*"],
|
||||
|
@ -3,7 +3,6 @@
|
||||
"compilerOptions": {
|
||||
"outDir": "../dist/process-services/",
|
||||
"baseUrl": "src",
|
||||
"types": [],
|
||||
"paths": {
|
||||
"@alfresco/adf-extensions": ["../../dist/extensions"],
|
||||
"@alfresco/adf-extensions/*": ["../../dist/extensions/*"],
|
||||
|
@ -1,8 +1,7 @@
|
||||
{
|
||||
"extends": "./tsconfig.json",
|
||||
"compilerOptions": {
|
||||
"outDir": "./out-tsc/app",
|
||||
"types": []
|
||||
"outDir": "./out-tsc/app"
|
||||
},
|
||||
"files": [
|
||||
"demo-shell/src/main.ts",
|
||||
|
Loading…
x
Reference in New Issue
Block a user