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",
|
"extends": "../tsconfig.json",
|
||||||
"compilerOptions": {
|
"compilerOptions": {
|
||||||
"outDir": "../dist/core/",
|
"outDir": "../dist/core/",
|
||||||
"types": [],
|
|
||||||
"baseUrl": "./",
|
"baseUrl": "./",
|
||||||
"paths": {
|
"paths": {
|
||||||
"@alfresco/adf-extensions": ["../dist/extensions"],
|
"@alfresco/adf-extensions": ["../dist/extensions"],
|
||||||
|
@ -3,7 +3,6 @@
|
|||||||
"compilerOptions": {
|
"compilerOptions": {
|
||||||
"outDir": "../dist/insights/",
|
"outDir": "../dist/insights/",
|
||||||
"baseUrl": "src",
|
"baseUrl": "src",
|
||||||
"types": [],
|
|
||||||
"paths": {
|
"paths": {
|
||||||
"@alfresco/adf-extensions": ["../../dist/extensions"],
|
"@alfresco/adf-extensions": ["../../dist/extensions"],
|
||||||
"@alfresco/adf-extensions/*": ["../../dist/extensions/*"],
|
"@alfresco/adf-extensions/*": ["../../dist/extensions/*"],
|
||||||
|
@ -3,7 +3,6 @@
|
|||||||
"compilerOptions": {
|
"compilerOptions": {
|
||||||
"outDir": "../dist/process-services/",
|
"outDir": "../dist/process-services/",
|
||||||
"baseUrl": "src",
|
"baseUrl": "src",
|
||||||
"types": [],
|
|
||||||
"paths": {
|
"paths": {
|
||||||
"@alfresco/adf-extensions": ["../../dist/extensions"],
|
"@alfresco/adf-extensions": ["../../dist/extensions"],
|
||||||
"@alfresco/adf-extensions/*": ["../../dist/extensions/*"],
|
"@alfresco/adf-extensions/*": ["../../dist/extensions/*"],
|
||||||
|
@ -1,8 +1,7 @@
|
|||||||
{
|
{
|
||||||
"extends": "./tsconfig.json",
|
"extends": "./tsconfig.json",
|
||||||
"compilerOptions": {
|
"compilerOptions": {
|
||||||
"outDir": "./out-tsc/app",
|
"outDir": "./out-tsc/app"
|
||||||
"types": []
|
|
||||||
},
|
},
|
||||||
"files": [
|
"files": [
|
||||||
"demo-shell/src/main.ts",
|
"demo-shell/src/main.ts",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user