mirror of https://github.com/abpframework/abp
commit
577ce93e40
@ -0,0 +1,13 @@
|
||||
{
|
||||
"grammarly.userWords": [
|
||||
"api",
|
||||
"apiName",
|
||||
"cli",
|
||||
"defaultProject",
|
||||
"formatter",
|
||||
"md",
|
||||
"monorepo",
|
||||
"npx",
|
||||
"rootNamespace"
|
||||
]
|
||||
}
|
||||
@ -1,5 +1,6 @@
|
||||
{
|
||||
"printWidth": 100,
|
||||
"singleQuote": true,
|
||||
"trailingComma": "all"
|
||||
"trailingComma": "all",
|
||||
"arrowParens": "avoid"
|
||||
}
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@ -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
|
||||
}
|
||||
}
|
||||
File diff suppressed because it is too large
Load Diff
@ -1,4 +1,5 @@
|
||||
{
|
||||
"singleQuote": true,
|
||||
"printWidth": 100
|
||||
"printWidth": 100,
|
||||
"arrowParens": "avoid"
|
||||
}
|
||||
|
||||
@ -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
|
||||
}
|
||||
}
|
||||
File diff suppressed because it is too large
Load Diff
@ -0,0 +1,5 @@
|
||||
{
|
||||
"singleQuote": true,
|
||||
"printWidth": 100,
|
||||
"arrowParens": "avoid"
|
||||
}
|
||||
@ -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/*"]
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Reference in new issue