Browse Source

update

pull/24396/head
erdemcaygor 2 months ago
parent
commit
787def12f1
  1. 2
      npm/ng-packs/packages/account-core/tsconfig.lib.json
  2. 2
      npm/ng-packs/packages/account/tsconfig.lib.json
  3. 2
      npm/ng-packs/packages/components/tsconfig.lib.json
  4. 2
      npm/ng-packs/packages/core/tsconfig.lib.json
  5. 2
      npm/ng-packs/packages/feature-management/tsconfig.lib.json
  6. 2
      npm/ng-packs/packages/identity/tsconfig.lib.json
  7. 2
      npm/ng-packs/packages/oauth/tsconfig.lib.json
  8. 2
      npm/ng-packs/packages/permission-management/tsconfig.lib.json
  9. 2
      npm/ng-packs/packages/setting-management/tsconfig.lib.json
  10. 2
      npm/ng-packs/packages/tenant-management/tsconfig.lib.json
  11. 2
      npm/ng-packs/packages/theme-basic/tsconfig.lib.json
  12. 2
      npm/ng-packs/packages/theme-shared/tsconfig.lib.json
  13. 2
      templates/app-nolayers/angular/tsconfig.json
  14. 2
      templates/app/angular/tsconfig.json
  15. 2
      templates/module/angular/tsconfig.prod.json

2
npm/ng-packs/packages/account-core/tsconfig.lib.json

@ -2,7 +2,7 @@
"extends": "./tsconfig.json",
"compilerOptions": {
"outDir": "../../dist/out-tsc",
"target": "ES2020",
"target": "ES2022",
"declaration": true,
"declarationMap": true,
"inlineSources": true,

2
npm/ng-packs/packages/account/tsconfig.lib.json

@ -2,7 +2,7 @@
"extends": "./tsconfig.json",
"compilerOptions": {
"outDir": "../../dist/out-tsc",
"target": "ES2020",
"target": "ES2022",
"declaration": true,
"declarationMap": true,
"inlineSources": true,

2
npm/ng-packs/packages/components/tsconfig.lib.json

@ -6,7 +6,7 @@
"declarationMap": true,
"inlineSources": true,
"types": [],
"target": "ES2020",
"target": "ES2022",
"lib": ["ES2020", "dom"],
"useDefineForClassFields": false
},

2
npm/ng-packs/packages/core/tsconfig.lib.json

@ -2,7 +2,7 @@
"extends": "./tsconfig.json",
"compilerOptions": {
"outDir": "../../dist/out-tsc",
"target": "ES2020",
"target": "ES2022",
"declaration": true,
"declarationMap": true,
"inlineSources": true,

2
npm/ng-packs/packages/feature-management/tsconfig.lib.json

@ -2,7 +2,7 @@
"extends": "./tsconfig.json",
"compilerOptions": {
"outDir": "../../dist/out-tsc",
"target": "ES2020",
"target": "ES2022",
"declaration": true,
"declarationMap": true,
"inlineSources": true,

2
npm/ng-packs/packages/identity/tsconfig.lib.json

@ -2,7 +2,7 @@
"extends": "./tsconfig.json",
"compilerOptions": {
"outDir": "../../dist/out-tsc",
"target": "ES2020",
"target": "ES2022",
"declaration": true,
"declarationMap": true,
"inlineSources": true,

2
npm/ng-packs/packages/oauth/tsconfig.lib.json

@ -2,7 +2,7 @@
"extends": "./tsconfig.json",
"compilerOptions": {
"outDir": "../../dist/out-tsc",
"target": "ES2020",
"target": "ES2022",
"declaration": true,
"declarationMap": true,
"inlineSources": true,

2
npm/ng-packs/packages/permission-management/tsconfig.lib.json

@ -2,7 +2,7 @@
"extends": "./tsconfig.json",
"compilerOptions": {
"outDir": "../../dist/out-tsc",
"target": "ES2020",
"target": "ES2022",
"declaration": true,
"declarationMap": true,
"inlineSources": true,

2
npm/ng-packs/packages/setting-management/tsconfig.lib.json

@ -2,7 +2,7 @@
"extends": "./tsconfig.json",
"compilerOptions": {
"outDir": "../../dist/out-tsc",
"target": "ES2020",
"target": "ES2022",
"declaration": true,
"declarationMap": true,
"inlineSources": true,

2
npm/ng-packs/packages/tenant-management/tsconfig.lib.json

@ -2,7 +2,7 @@
"extends": "./tsconfig.json",
"compilerOptions": {
"outDir": "../../dist/out-tsc",
"target": "ES2020",
"target": "ES2022",
"declaration": true,
"declarationMap": true,
"inlineSources": true,

2
npm/ng-packs/packages/theme-basic/tsconfig.lib.json

@ -2,7 +2,7 @@
"extends": "./tsconfig.json",
"compilerOptions": {
"outDir": "../../dist/out-tsc",
"target": "ES2020",
"target": "ES2022",
"declaration": true,
"declarationMap": true,
"inlineSources": true,

2
npm/ng-packs/packages/theme-shared/tsconfig.lib.json

@ -2,7 +2,7 @@
"extends": "./tsconfig.json",
"compilerOptions": {
"outDir": "../../dist/out-tsc",
"target": "ES2020",
"target": "ES2022",
"declaration": true,
"declarationMap": true,
"inlineSources": true,

2
templates/app-nolayers/angular/tsconfig.json

@ -9,7 +9,7 @@
"experimentalDecorators": true,
"moduleResolution": "bundler",
"importHelpers": true,
"target": "ES2020",
"target": "ES2022",
"module": "ES2022",
"skipLibCheck": true,
"esModuleInterop": true,

2
templates/app/angular/tsconfig.json

@ -9,7 +9,7 @@
"experimentalDecorators": true,
"moduleResolution": "bundler",
"importHelpers": true,
"target": "ES2020",
"target": "ES2022",
"module": "ES2022",
"skipLibCheck": true,
"esModuleInterop": true,

2
templates/module/angular/tsconfig.prod.json

@ -9,7 +9,7 @@
"experimentalDecorators": true,
"moduleResolution": "bundler",
"importHelpers": true,
"target": "es2020",
"target": "es2022",
"module": "ES2022",
"esModuleInterop": true,
"lib": [

Loading…
Cancel
Save