mirror of https://github.com/abpframework/abp.git
committed by
GitHub
25 changed files with 5178 additions and 4878 deletions
File diff suppressed because it is too large
@ -1,41 +0,0 @@ |
|||
{ |
|||
"compileOnSave": false, |
|||
"compilerOptions": { |
|||
"baseUrl": "./", |
|||
"outDir": "./dist/out-tsc", |
|||
"sourceMap": true, |
|||
"declaration": false, |
|||
"downlevelIteration": true, |
|||
"experimentalDecorators": true, |
|||
"module": "esnext", |
|||
"moduleResolution": "node", |
|||
"importHelpers": true, |
|||
"target": "es2015", |
|||
"typeRoots": ["node_modules/@types"], |
|||
"lib": ["es2018", "dom"], |
|||
"types": ["jest"], |
|||
"paths": { |
|||
"@abp/ng.core": ["packages/core/src/public-api.ts"], |
|||
"@abp/ng.theme.shared": ["packages/theme-shared/src/public-api.ts"], |
|||
"@abp/ng.theme.shared/extensions": ["packages/theme-shared/extensions/src/public-api.ts"], |
|||
"@abp/ng.components/tree": ["packages/components/tree/src/public-api.ts"], |
|||
"@abp/ng.theme.basic": ["packages/theme-basic/src/public-api.ts"], |
|||
"@abp/ng.account": ["packages/account/src/public-api.ts"], |
|||
"@abp/ng.account/config": ["packages/account/config/src/public-api.ts"], |
|||
"@abp/ng.identity": ["packages/identity/src/public-api.ts"], |
|||
"@abp/ng.identity/config": ["packages/identity/config/src/public-api.ts"], |
|||
"@abp/ng.tenant-management": ["packages/tenant-management/src/public-api.ts"], |
|||
"@abp/ng.tenant-management/config": ["packages/tenant-management/config/src/public-api.ts"], |
|||
"@abp/ng.setting-management": ["packages/setting-management/src/public-api.ts"], |
|||
"@abp/ng.setting-management/config": ["packages/setting-management/config/src/public-api.ts"], |
|||
"@abp/ng.permission-management": ["packages/permission-management/src/public-api.ts"], |
|||
"@abp/ng.feature-management": ["packages/feature-management/src/public-api.ts"], |
|||
"@proxy": ["apps/dev-app/src/app/proxy/index.ts"], |
|||
"@proxy/*": ["apps/dev-app/src/app/proxy/*"] |
|||
} |
|||
}, |
|||
"angularCompilerOptions": { |
|||
"fullTemplateTypeCheck": true, |
|||
"strictInjectionParameters": true |
|||
} |
|||
} |
|||
@ -1,41 +1,41 @@ |
|||
/* |
|||
This is a "Solution Style" tsconfig.json file, and is used by editors and TypeScript’s language server to improve development experience. |
|||
It is not intended to be used to perform a compilation. |
|||
|
|||
To learn more about this file see: https://angular.io/config/solution-tsconfig. |
|||
*/ |
|||
{ |
|||
"files": [], |
|||
"references": [ |
|||
{ |
|||
"path": "./packages/core/tsconfig.lib.json" |
|||
}, |
|||
{ |
|||
"path": "./packages/theme-shared/tsconfig.lib.json" |
|||
}, |
|||
{ |
|||
"path": "./packages/theme-basic/tsconfig.lib.json" |
|||
}, |
|||
{ |
|||
"path": "./packages/account/tsconfig.lib.json" |
|||
}, |
|||
{ |
|||
"path": "./packages/permission-management/tsconfig.lib.json" |
|||
}, |
|||
{ |
|||
"path": "./packages/identity/tsconfig.lib.json" |
|||
}, |
|||
{ |
|||
"path": "./packages/feature-management/tsconfig.lib.json" |
|||
}, |
|||
{ |
|||
"path": "./packages/tenant-management/tsconfig.lib.json" |
|||
}, |
|||
{ |
|||
"path": "./packages/setting-management/tsconfig.lib.json" |
|||
}, |
|||
{ |
|||
"path": "./apps/dev-app/tsconfig.dev.json" |
|||
"compileOnSave": false, |
|||
"compilerOptions": { |
|||
"baseUrl": "./", |
|||
"outDir": "./dist/out-tsc", |
|||
"sourceMap": true, |
|||
"declaration": false, |
|||
"downlevelIteration": true, |
|||
"experimentalDecorators": true, |
|||
"module": "esnext", |
|||
"moduleResolution": "node", |
|||
"importHelpers": true, |
|||
"target": "es2015", |
|||
"typeRoots": ["node_modules/@types"], |
|||
"lib": ["es2018", "dom"], |
|||
"types": ["jest"], |
|||
"paths": { |
|||
"@abp/ng.core": ["packages/core/src/public-api.ts"], |
|||
"@abp/ng.theme.shared": ["packages/theme-shared/src/public-api.ts"], |
|||
"@abp/ng.theme.shared/extensions": ["packages/theme-shared/extensions/src/public-api.ts"], |
|||
"@abp/ng.components/tree": ["packages/components/tree/src/public-api.ts"], |
|||
"@abp/ng.theme.basic": ["packages/theme-basic/src/public-api.ts"], |
|||
"@abp/ng.account": ["packages/account/src/public-api.ts"], |
|||
"@abp/ng.account/config": ["packages/account/config/src/public-api.ts"], |
|||
"@abp/ng.identity": ["packages/identity/src/public-api.ts"], |
|||
"@abp/ng.identity/config": ["packages/identity/config/src/public-api.ts"], |
|||
"@abp/ng.tenant-management": ["packages/tenant-management/src/public-api.ts"], |
|||
"@abp/ng.tenant-management/config": ["packages/tenant-management/config/src/public-api.ts"], |
|||
"@abp/ng.setting-management": ["packages/setting-management/src/public-api.ts"], |
|||
"@abp/ng.setting-management/config": ["packages/setting-management/config/src/public-api.ts"], |
|||
"@abp/ng.permission-management": ["packages/permission-management/src/public-api.ts"], |
|||
"@abp/ng.feature-management": ["packages/feature-management/src/public-api.ts"], |
|||
"@proxy": ["apps/dev-app/src/app/proxy/index.ts"], |
|||
"@proxy/*": ["apps/dev-app/src/app/proxy/*"] |
|||
} |
|||
] |
|||
} |
|||
}, |
|||
"angularCompilerOptions": { |
|||
"fullTemplateTypeCheck": true, |
|||
"strictInjectionParameters": true |
|||
} |
|||
} |
|||
|
|||
File diff suppressed because it is too large
@ -1,26 +0,0 @@ |
|||
{ |
|||
"compileOnSave": false, |
|||
"compilerOptions": { |
|||
"baseUrl": "./", |
|||
"outDir": "./dist/out-tsc", |
|||
"sourceMap": true, |
|||
"declaration": false, |
|||
"downlevelIteration": true, |
|||
"experimentalDecorators": true, |
|||
"module": "esnext", |
|||
"moduleResolution": "node", |
|||
"importHelpers": true, |
|||
"target": "es2015", |
|||
"typeRoots": ["node_modules/@types"], |
|||
"lib": ["es2018", "dom"], |
|||
"paths": { |
|||
"@proxy": ["src/app/proxy/index.ts"], |
|||
"@proxy/*": ["src/app/proxy/*"] |
|||
} |
|||
}, |
|||
"angularCompilerOptions": { |
|||
"fullTemplateTypeCheck": true, |
|||
"strictInjectionParameters": true, |
|||
"enableIvy": true |
|||
} |
|||
} |
|||
@ -1,17 +1,26 @@ |
|||
/* |
|||
This is a "Solution Style" tsconfig.json file, and is used by editors and TypeScript’s language server to improve development experience. |
|||
It is not intended to be used to perform a compilation. |
|||
|
|||
To learn more about this file see: https://angular.io/config/solution-tsconfig. |
|||
*/ |
|||
{ |
|||
"files": [], |
|||
"references": [ |
|||
{ |
|||
"path": "./tsconfig.app.json" |
|||
}, |
|||
{ |
|||
"path": "./tsconfig.spec.json" |
|||
"compileOnSave": false, |
|||
"compilerOptions": { |
|||
"baseUrl": "./", |
|||
"outDir": "./dist/out-tsc", |
|||
"sourceMap": true, |
|||
"declaration": false, |
|||
"downlevelIteration": true, |
|||
"experimentalDecorators": true, |
|||
"module": "esnext", |
|||
"moduleResolution": "node", |
|||
"importHelpers": true, |
|||
"target": "es2015", |
|||
"typeRoots": ["node_modules/@types"], |
|||
"lib": ["es2018", "dom"], |
|||
"paths": { |
|||
"@proxy": ["src/app/proxy/index.ts"], |
|||
"@proxy/*": ["src/app/proxy/*"] |
|||
} |
|||
] |
|||
} |
|||
}, |
|||
"angularCompilerOptions": { |
|||
"fullTemplateTypeCheck": true, |
|||
"strictInjectionParameters": true, |
|||
"enableIvy": true |
|||
} |
|||
} |
|||
|
|||
File diff suppressed because it is too large
@ -1,15 +0,0 @@ |
|||
{ |
|||
"extends": "./tsconfig.prod.json", |
|||
"compilerOptions": { |
|||
"paths": { |
|||
"@my-company-name/my-project-name": [ |
|||
"projects/my-project-name/src/public-api.ts" |
|||
], |
|||
"@my-company-name/my-project-name/config": [ |
|||
"projects/my-project-name/config/src/public-api.ts" |
|||
], |
|||
"@proxy": ["projects/my-project-name/src/lib/proxy/index.ts"], |
|||
"@proxy/*": ["projects/my-project-name/src/lib/proxy/*"] |
|||
} |
|||
} |
|||
} |
|||
@ -1,23 +1,15 @@ |
|||
/* |
|||
This is a "Solution Style" tsconfig.json file, and is used by editors and TypeScript’s language server to improve development experience. |
|||
It is not intended to be used to perform a compilation. |
|||
|
|||
To learn more about this file see: https://angular.io/config/solution-tsconfig. |
|||
*/ |
|||
{ |
|||
"files": [], |
|||
"references": [ |
|||
{ |
|||
"path": "./projects/my-project-name/tsconfig.lib.json" |
|||
}, |
|||
{ |
|||
"path": "./projects/my-project-name/tsconfig.spec.json" |
|||
}, |
|||
{ |
|||
"path": "./projects/dev-app/tsconfig.app.json" |
|||
}, |
|||
{ |
|||
"path": "./projects/dev-app/tsconfig.spec.json" |
|||
"extends": "./tsconfig.prod.json", |
|||
"compilerOptions": { |
|||
"paths": { |
|||
"@my-company-name/my-project-name": [ |
|||
"projects/my-project-name/src/public-api.ts" |
|||
], |
|||
"@my-company-name/my-project-name/config": [ |
|||
"projects/my-project-name/config/src/public-api.ts" |
|||
], |
|||
"@proxy": ["projects/my-project-name/src/lib/proxy/index.ts"], |
|||
"@proxy/*": ["projects/my-project-name/src/lib/proxy/*"] |
|||
} |
|||
] |
|||
} |
|||
} |
|||
} |
|||
|
|||
Loading…
Reference in new issue