From 8f9ac5848756854fca45944bb3a2d60d8d0421bb Mon Sep 17 00:00:00 2001 From: Luka Date: Mon, 7 Oct 2024 11:15:26 +0200 Subject: [PATCH] chore: Remove `display` key from example `package.json`s --- examples/basic/packages/typescript-config/base.json | 1 - examples/basic/packages/typescript-config/nextjs.json | 1 - examples/basic/packages/typescript-config/react-library.json | 1 - examples/design-system/packages/typescript-config/base.json | 1 - examples/design-system/packages/typescript-config/react-app.json | 1 - .../design-system/packages/typescript-config/react-library.json | 1 - examples/kitchen-sink/packages/config-typescript/base.json | 1 - examples/kitchen-sink/packages/config-typescript/nextjs.json | 1 - examples/kitchen-sink/packages/config-typescript/react-app.json | 1 - .../kitchen-sink/packages/config-typescript/react-library.json | 1 - examples/kitchen-sink/packages/config-typescript/remix.json | 1 - examples/kitchen-sink/packages/config-typescript/vite.json | 1 - examples/with-berry/packages/tsconfig/base.json | 1 - examples/with-berry/packages/tsconfig/nextjs.json | 1 - examples/with-berry/packages/tsconfig/react-library.json | 1 - examples/with-changesets/packages/acme-tsconfig/base.json | 1 - examples/with-changesets/packages/acme-tsconfig/nextjs.json | 1 - examples/with-changesets/packages/acme-tsconfig/node14.json | 1 - .../with-changesets/packages/acme-tsconfig/react-library.json | 1 - examples/with-docker/packages/typescript-config/base.json | 1 - examples/with-docker/packages/typescript-config/nextjs.json | 1 - .../with-docker/packages/typescript-config/react-library.json | 1 - examples/with-gatsby/packages/typescript-config/base.json | 1 - examples/with-gatsby/packages/typescript-config/gatsby.json | 1 - examples/with-gatsby/packages/typescript-config/nextjs.json | 1 - .../with-gatsby/packages/typescript-config/react-library.json | 1 - examples/with-nestjs/packages/typescript-config/base.json | 1 - examples/with-nestjs/packages/typescript-config/nestjs.json | 1 - examples/with-nestjs/packages/typescript-config/nextjs.json | 1 - .../with-nestjs/packages/typescript-config/react-library.json | 1 - examples/with-npm/packages/typescript-config/base.json | 1 - examples/with-npm/packages/typescript-config/nextjs.json | 1 - examples/with-npm/packages/typescript-config/react-library.json | 1 - examples/with-prisma/packages/config-typescript/base.json | 1 - examples/with-prisma/packages/config-typescript/nextjs.json | 1 - .../with-react-native-web/packages/typescript-config/base.json | 1 - .../with-react-native-web/packages/typescript-config/nextjs.json | 1 - .../packages/typescript-config/react-native-library.json | 1 - examples/with-rollup/packages/config-typescript/base.json | 1 - examples/with-rollup/packages/config-typescript/nextjs.json | 1 - .../with-rollup/packages/config-typescript/react-library.json | 1 - examples/with-tailwind/packages/config-typescript/base.json | 1 - examples/with-tailwind/packages/config-typescript/nextjs.json | 1 - .../with-tailwind/packages/config-typescript/react-library.json | 1 - examples/with-typeorm/packages/typescript-config/base.json | 1 - examples/with-typeorm/packages/typescript-config/nextjs.json | 1 - .../with-typeorm/packages/typescript-config/react-library.json | 1 - examples/with-vite/packages/typescript-config/base.json | 1 - examples/with-vue-nuxt/packages/tsconfig/base.json | 1 - examples/with-vue-nuxt/packages/tsconfig/nuxt.json | 1 - examples/with-vue-nuxt/packages/tsconfig/vue.json | 1 - examples/with-yarn/packages/typescript-config/base.json | 1 - examples/with-yarn/packages/typescript-config/nextjs.json | 1 - examples/with-yarn/packages/typescript-config/react-library.json | 1 - packages/tsconfig/base.json | 1 - packages/tsconfig/library.json | 1 - 56 files changed, 56 deletions(-) diff --git a/examples/basic/packages/typescript-config/base.json b/examples/basic/packages/typescript-config/base.json index 0f80cfd67c892..5117f2a3d1c5f 100644 --- a/examples/basic/packages/typescript-config/base.json +++ b/examples/basic/packages/typescript-config/base.json @@ -1,6 +1,5 @@ { "$schema": "https://json.schemastore.org/tsconfig", - "display": "Default", "compilerOptions": { "declaration": true, "declarationMap": true, diff --git a/examples/basic/packages/typescript-config/nextjs.json b/examples/basic/packages/typescript-config/nextjs.json index 44f4289918f1d..e6defa48fce86 100644 --- a/examples/basic/packages/typescript-config/nextjs.json +++ b/examples/basic/packages/typescript-config/nextjs.json @@ -1,6 +1,5 @@ { "$schema": "https://json.schemastore.org/tsconfig", - "display": "Next.js", "extends": "./base.json", "compilerOptions": { "plugins": [{ "name": "next" }], diff --git a/examples/basic/packages/typescript-config/react-library.json b/examples/basic/packages/typescript-config/react-library.json index 44924d9ed8778..c3a1b26fbb3b6 100644 --- a/examples/basic/packages/typescript-config/react-library.json +++ b/examples/basic/packages/typescript-config/react-library.json @@ -1,6 +1,5 @@ { "$schema": "https://json.schemastore.org/tsconfig", - "display": "React Library", "extends": "./base.json", "compilerOptions": { "jsx": "react-jsx" diff --git a/examples/design-system/packages/typescript-config/base.json b/examples/design-system/packages/typescript-config/base.json index 52097698f3afa..ad34ef180938a 100644 --- a/examples/design-system/packages/typescript-config/base.json +++ b/examples/design-system/packages/typescript-config/base.json @@ -1,6 +1,5 @@ { "$schema": "https://json.schemastore.org/tsconfig", - "display": "Default", "compilerOptions": { "composite": false, "declaration": true, diff --git a/examples/design-system/packages/typescript-config/react-app.json b/examples/design-system/packages/typescript-config/react-app.json index 6af13474e62b8..cb17cf06d46da 100644 --- a/examples/design-system/packages/typescript-config/react-app.json +++ b/examples/design-system/packages/typescript-config/react-app.json @@ -1,6 +1,5 @@ { "$schema": "https://json.schemastore.org/tsconfig", - "display": "Next.js", "extends": "./base.json", "compilerOptions": { "allowJs": true, diff --git a/examples/design-system/packages/typescript-config/react-library.json b/examples/design-system/packages/typescript-config/react-library.json index fc1e02a9690dc..5958a35c6873f 100644 --- a/examples/design-system/packages/typescript-config/react-library.json +++ b/examples/design-system/packages/typescript-config/react-library.json @@ -1,6 +1,5 @@ { "$schema": "https://json.schemastore.org/tsconfig", - "display": "React Library", "extends": "./base.json", "compilerOptions": { "jsx": "react-jsx", diff --git a/examples/kitchen-sink/packages/config-typescript/base.json b/examples/kitchen-sink/packages/config-typescript/base.json index 56d01eddde9d1..fd45cb4c0575e 100644 --- a/examples/kitchen-sink/packages/config-typescript/base.json +++ b/examples/kitchen-sink/packages/config-typescript/base.json @@ -1,6 +1,5 @@ { "$schema": "https://json.schemastore.org/tsconfig", - "display": "Default", "compilerOptions": { "composite": false, "declaration": true, diff --git a/examples/kitchen-sink/packages/config-typescript/nextjs.json b/examples/kitchen-sink/packages/config-typescript/nextjs.json index b6ef83f83c5a0..de4524e154132 100644 --- a/examples/kitchen-sink/packages/config-typescript/nextjs.json +++ b/examples/kitchen-sink/packages/config-typescript/nextjs.json @@ -1,6 +1,5 @@ { "$schema": "https://json.schemastore.org/tsconfig", - "display": "Next.js", "extends": "./base.json", "compilerOptions": { "plugins": [{ "name": "next" }], diff --git a/examples/kitchen-sink/packages/config-typescript/react-app.json b/examples/kitchen-sink/packages/config-typescript/react-app.json index 6af13474e62b8..cb17cf06d46da 100644 --- a/examples/kitchen-sink/packages/config-typescript/react-app.json +++ b/examples/kitchen-sink/packages/config-typescript/react-app.json @@ -1,6 +1,5 @@ { "$schema": "https://json.schemastore.org/tsconfig", - "display": "Next.js", "extends": "./base.json", "compilerOptions": { "allowJs": true, diff --git a/examples/kitchen-sink/packages/config-typescript/react-library.json b/examples/kitchen-sink/packages/config-typescript/react-library.json index 819df5aedca42..a8c57e8ddc4b1 100644 --- a/examples/kitchen-sink/packages/config-typescript/react-library.json +++ b/examples/kitchen-sink/packages/config-typescript/react-library.json @@ -1,6 +1,5 @@ { "$schema": "https://json.schemastore.org/tsconfig", - "display": "React Library", "extends": "./base.json", "compilerOptions": { "lib": ["ES2015"], diff --git a/examples/kitchen-sink/packages/config-typescript/remix.json b/examples/kitchen-sink/packages/config-typescript/remix.json index a4b843ea1f6a0..2fd7c52cd32e7 100644 --- a/examples/kitchen-sink/packages/config-typescript/remix.json +++ b/examples/kitchen-sink/packages/config-typescript/remix.json @@ -1,6 +1,5 @@ { "$schema": "https://json.schemastore.org/tsconfig", - "display": "Remix", "extends": "./base.json", "compilerOptions": { "lib": ["DOM", "DOM.Iterable", "ES2019"], diff --git a/examples/kitchen-sink/packages/config-typescript/vite.json b/examples/kitchen-sink/packages/config-typescript/vite.json index 46c2e55bd5fc4..f61296b235136 100644 --- a/examples/kitchen-sink/packages/config-typescript/vite.json +++ b/examples/kitchen-sink/packages/config-typescript/vite.json @@ -1,7 +1,6 @@ { "$schema": "https://json.schemastore.org/tsconfig", "extends": "./base.json", - "Display": "Vite", "compilerOptions": { "allowJs": false, "esModuleInterop": false, diff --git a/examples/with-berry/packages/tsconfig/base.json b/examples/with-berry/packages/tsconfig/base.json index c98cc5b968eaa..0e3dae77451ff 100644 --- a/examples/with-berry/packages/tsconfig/base.json +++ b/examples/with-berry/packages/tsconfig/base.json @@ -1,6 +1,5 @@ { "$schema": "https://json.schemastore.org/tsconfig", - "display": "Default", "compilerOptions": { "composite": false, "declaration": true, diff --git a/examples/with-berry/packages/tsconfig/nextjs.json b/examples/with-berry/packages/tsconfig/nextjs.json index 408c0e7b86c21..06f75121eb99d 100644 --- a/examples/with-berry/packages/tsconfig/nextjs.json +++ b/examples/with-berry/packages/tsconfig/nextjs.json @@ -1,6 +1,5 @@ { "$schema": "https://json.schemastore.org/tsconfig", - "display": "Next.js", "extends": "./base.json", "compilerOptions": { "plugins": [{ "name": "next" }], diff --git a/examples/with-berry/packages/tsconfig/react-library.json b/examples/with-berry/packages/tsconfig/react-library.json index dd6bd78db8826..7c27e776bbd9a 100644 --- a/examples/with-berry/packages/tsconfig/react-library.json +++ b/examples/with-berry/packages/tsconfig/react-library.json @@ -1,6 +1,5 @@ { "$schema": "https://json.schemastore.org/tsconfig", - "display": "React Library", "extends": "./base.json", "compilerOptions": { "jsx": "react-jsx", diff --git a/examples/with-changesets/packages/acme-tsconfig/base.json b/examples/with-changesets/packages/acme-tsconfig/base.json index 2507b6d37c98c..6851be5f2717c 100644 --- a/examples/with-changesets/packages/acme-tsconfig/base.json +++ b/examples/with-changesets/packages/acme-tsconfig/base.json @@ -1,6 +1,5 @@ { "$schema": "https://json.schemastore.org/tsconfig", - "display": "Default", "compilerOptions": { "composite": false, "declaration": true, diff --git a/examples/with-changesets/packages/acme-tsconfig/nextjs.json b/examples/with-changesets/packages/acme-tsconfig/nextjs.json index 20cd622ccd95d..927cb95932e74 100644 --- a/examples/with-changesets/packages/acme-tsconfig/nextjs.json +++ b/examples/with-changesets/packages/acme-tsconfig/nextjs.json @@ -1,6 +1,5 @@ { "$schema": "https://json.schemastore.org/tsconfig", - "display": "Next.js", "extends": "./base.json", "compilerOptions": { "allowJs": true, diff --git a/examples/with-changesets/packages/acme-tsconfig/node14.json b/examples/with-changesets/packages/acme-tsconfig/node14.json index 5b0728a3e15f2..ca062f75560ed 100644 --- a/examples/with-changesets/packages/acme-tsconfig/node14.json +++ b/examples/with-changesets/packages/acme-tsconfig/node14.json @@ -1,6 +1,5 @@ { "$schema": "https://json.schemastore.org/tsconfig", - "display": "Node 14", "extends": "./base.json", "compilerOptions": { "lib": ["ES2020"], diff --git a/examples/with-changesets/packages/acme-tsconfig/react-library.json b/examples/with-changesets/packages/acme-tsconfig/react-library.json index 8632be00de080..5e158310d8926 100644 --- a/examples/with-changesets/packages/acme-tsconfig/react-library.json +++ b/examples/with-changesets/packages/acme-tsconfig/react-library.json @@ -1,6 +1,5 @@ { "$schema": "https://json.schemastore.org/tsconfig", - "display": "React Library", "extends": "./base.json", "compilerOptions": { "jsx": "react-jsx", diff --git a/examples/with-docker/packages/typescript-config/base.json b/examples/with-docker/packages/typescript-config/base.json index c98cc5b968eaa..0e3dae77451ff 100644 --- a/examples/with-docker/packages/typescript-config/base.json +++ b/examples/with-docker/packages/typescript-config/base.json @@ -1,6 +1,5 @@ { "$schema": "https://json.schemastore.org/tsconfig", - "display": "Default", "compilerOptions": { "composite": false, "declaration": true, diff --git a/examples/with-docker/packages/typescript-config/nextjs.json b/examples/with-docker/packages/typescript-config/nextjs.json index 2d2f1c723414e..dad161956e1d9 100644 --- a/examples/with-docker/packages/typescript-config/nextjs.json +++ b/examples/with-docker/packages/typescript-config/nextjs.json @@ -1,6 +1,5 @@ { "$schema": "https://json.schemastore.org/tsconfig", - "display": "Next.js", "extends": "./base.json", "compilerOptions": { "plugins": [{ "name": "next" }], diff --git a/examples/with-docker/packages/typescript-config/react-library.json b/examples/with-docker/packages/typescript-config/react-library.json index 47cc9ef898a39..8cb3a642b9826 100644 --- a/examples/with-docker/packages/typescript-config/react-library.json +++ b/examples/with-docker/packages/typescript-config/react-library.json @@ -1,6 +1,5 @@ { "$schema": "https://json.schemastore.org/tsconfig", - "display": "React Library", "extends": "./base.json", "compilerOptions": { "lib": ["ES2015"], diff --git a/examples/with-gatsby/packages/typescript-config/base.json b/examples/with-gatsby/packages/typescript-config/base.json index 52097698f3afa..ad34ef180938a 100644 --- a/examples/with-gatsby/packages/typescript-config/base.json +++ b/examples/with-gatsby/packages/typescript-config/base.json @@ -1,6 +1,5 @@ { "$schema": "https://json.schemastore.org/tsconfig", - "display": "Default", "compilerOptions": { "composite": false, "declaration": true, diff --git a/examples/with-gatsby/packages/typescript-config/gatsby.json b/examples/with-gatsby/packages/typescript-config/gatsby.json index a8fed171998d3..661f0695edfb6 100644 --- a/examples/with-gatsby/packages/typescript-config/gatsby.json +++ b/examples/with-gatsby/packages/typescript-config/gatsby.json @@ -1,6 +1,5 @@ { "$schema": "https://json.schemastore.org/tsconfig", - "display": "Gatsby", "extends": "./base.json", "compilerOptions": { "target": "esnext", diff --git a/examples/with-gatsby/packages/typescript-config/nextjs.json b/examples/with-gatsby/packages/typescript-config/nextjs.json index cb432593e57bd..387af8f2bd403 100644 --- a/examples/with-gatsby/packages/typescript-config/nextjs.json +++ b/examples/with-gatsby/packages/typescript-config/nextjs.json @@ -1,6 +1,5 @@ { "$schema": "https://json.schemastore.org/tsconfig", - "display": "Next.js", "extends": "./base.json", "compilerOptions": { "target": "es5", diff --git a/examples/with-gatsby/packages/typescript-config/react-library.json b/examples/with-gatsby/packages/typescript-config/react-library.json index dd6bd78db8826..7c27e776bbd9a 100644 --- a/examples/with-gatsby/packages/typescript-config/react-library.json +++ b/examples/with-gatsby/packages/typescript-config/react-library.json @@ -1,6 +1,5 @@ { "$schema": "https://json.schemastore.org/tsconfig", - "display": "React Library", "extends": "./base.json", "compilerOptions": { "jsx": "react-jsx", diff --git a/examples/with-nestjs/packages/typescript-config/base.json b/examples/with-nestjs/packages/typescript-config/base.json index 0f80cfd67c892..5117f2a3d1c5f 100644 --- a/examples/with-nestjs/packages/typescript-config/base.json +++ b/examples/with-nestjs/packages/typescript-config/base.json @@ -1,6 +1,5 @@ { "$schema": "https://json.schemastore.org/tsconfig", - "display": "Default", "compilerOptions": { "declaration": true, "declarationMap": true, diff --git a/examples/with-nestjs/packages/typescript-config/nestjs.json b/examples/with-nestjs/packages/typescript-config/nestjs.json index 2c1a6321452d3..399a8ed160745 100644 --- a/examples/with-nestjs/packages/typescript-config/nestjs.json +++ b/examples/with-nestjs/packages/typescript-config/nestjs.json @@ -1,6 +1,5 @@ { "$schema": "https://json.schemastore.org/tsconfig", - "display": "NestJS", "extends": "./base.json", "compilerOptions": { "allowSyntheticDefaultImports": true, diff --git a/examples/with-nestjs/packages/typescript-config/nextjs.json b/examples/with-nestjs/packages/typescript-config/nextjs.json index 44f4289918f1d..e6defa48fce86 100644 --- a/examples/with-nestjs/packages/typescript-config/nextjs.json +++ b/examples/with-nestjs/packages/typescript-config/nextjs.json @@ -1,6 +1,5 @@ { "$schema": "https://json.schemastore.org/tsconfig", - "display": "Next.js", "extends": "./base.json", "compilerOptions": { "plugins": [{ "name": "next" }], diff --git a/examples/with-nestjs/packages/typescript-config/react-library.json b/examples/with-nestjs/packages/typescript-config/react-library.json index 44924d9ed8778..c3a1b26fbb3b6 100644 --- a/examples/with-nestjs/packages/typescript-config/react-library.json +++ b/examples/with-nestjs/packages/typescript-config/react-library.json @@ -1,6 +1,5 @@ { "$schema": "https://json.schemastore.org/tsconfig", - "display": "React Library", "extends": "./base.json", "compilerOptions": { "jsx": "react-jsx" diff --git a/examples/with-npm/packages/typescript-config/base.json b/examples/with-npm/packages/typescript-config/base.json index 0f80cfd67c892..5117f2a3d1c5f 100644 --- a/examples/with-npm/packages/typescript-config/base.json +++ b/examples/with-npm/packages/typescript-config/base.json @@ -1,6 +1,5 @@ { "$schema": "https://json.schemastore.org/tsconfig", - "display": "Default", "compilerOptions": { "declaration": true, "declarationMap": true, diff --git a/examples/with-npm/packages/typescript-config/nextjs.json b/examples/with-npm/packages/typescript-config/nextjs.json index 44f4289918f1d..e6defa48fce86 100644 --- a/examples/with-npm/packages/typescript-config/nextjs.json +++ b/examples/with-npm/packages/typescript-config/nextjs.json @@ -1,6 +1,5 @@ { "$schema": "https://json.schemastore.org/tsconfig", - "display": "Next.js", "extends": "./base.json", "compilerOptions": { "plugins": [{ "name": "next" }], diff --git a/examples/with-npm/packages/typescript-config/react-library.json b/examples/with-npm/packages/typescript-config/react-library.json index a755ffea05e30..b6c96cdda5656 100644 --- a/examples/with-npm/packages/typescript-config/react-library.json +++ b/examples/with-npm/packages/typescript-config/react-library.json @@ -1,6 +1,5 @@ { "$schema": "https://json.schemastore.org/tsconfig", - "display": "React Library", "extends": "./base.json", "compilerOptions": { "jsx": "react-jsx", diff --git a/examples/with-prisma/packages/config-typescript/base.json b/examples/with-prisma/packages/config-typescript/base.json index 52097698f3afa..ad34ef180938a 100644 --- a/examples/with-prisma/packages/config-typescript/base.json +++ b/examples/with-prisma/packages/config-typescript/base.json @@ -1,6 +1,5 @@ { "$schema": "https://json.schemastore.org/tsconfig", - "display": "Default", "compilerOptions": { "composite": false, "declaration": true, diff --git a/examples/with-prisma/packages/config-typescript/nextjs.json b/examples/with-prisma/packages/config-typescript/nextjs.json index 248ae1e45b5a0..a12973fc6c7a8 100644 --- a/examples/with-prisma/packages/config-typescript/nextjs.json +++ b/examples/with-prisma/packages/config-typescript/nextjs.json @@ -1,6 +1,5 @@ { "$schema": "https://json.schemastore.org/tsconfig", - "display": "Next.js", "extends": "./base.json", "compilerOptions": { "plugins": [{ "name": "next" }], diff --git a/examples/with-react-native-web/packages/typescript-config/base.json b/examples/with-react-native-web/packages/typescript-config/base.json index d72a9f3a27835..b662acde9d0e9 100644 --- a/examples/with-react-native-web/packages/typescript-config/base.json +++ b/examples/with-react-native-web/packages/typescript-config/base.json @@ -1,6 +1,5 @@ { "$schema": "https://json.schemastore.org/tsconfig", - "display": "Default", "compilerOptions": { "composite": false, "declaration": true, diff --git a/examples/with-react-native-web/packages/typescript-config/nextjs.json b/examples/with-react-native-web/packages/typescript-config/nextjs.json index f352040e91393..073fe503537c0 100644 --- a/examples/with-react-native-web/packages/typescript-config/nextjs.json +++ b/examples/with-react-native-web/packages/typescript-config/nextjs.json @@ -1,6 +1,5 @@ { "$schema": "https://json.schemastore.org/tsconfig", - "display": "Next.js", "extends": "./base.json", "compilerOptions": { "allowJs": true, diff --git a/examples/with-react-native-web/packages/typescript-config/react-native-library.json b/examples/with-react-native-web/packages/typescript-config/react-native-library.json index d03da4b9fb166..f8d756e9c86c6 100644 --- a/examples/with-react-native-web/packages/typescript-config/react-native-library.json +++ b/examples/with-react-native-web/packages/typescript-config/react-native-library.json @@ -1,6 +1,5 @@ { "$schema": "https://json.schemastore.org/tsconfig", - "display": "React Native Library", "extends": "./base.json", "compilerOptions": { "allowJs": true, diff --git a/examples/with-rollup/packages/config-typescript/base.json b/examples/with-rollup/packages/config-typescript/base.json index 2c7114ff71b5e..95f803dadf3b3 100644 --- a/examples/with-rollup/packages/config-typescript/base.json +++ b/examples/with-rollup/packages/config-typescript/base.json @@ -1,6 +1,5 @@ { "$schema": "https://json.schemastore.org/tsconfig", - "display": "Default", "compilerOptions": { "composite": false, "declaration": true, diff --git a/examples/with-rollup/packages/config-typescript/nextjs.json b/examples/with-rollup/packages/config-typescript/nextjs.json index e388530a6afe4..db516f7135fd1 100644 --- a/examples/with-rollup/packages/config-typescript/nextjs.json +++ b/examples/with-rollup/packages/config-typescript/nextjs.json @@ -1,6 +1,5 @@ { "$schema": "https://json.schemastore.org/tsconfig", - "display": "Next.js", "extends": "./base.json", "compilerOptions": { "plugins": [{ "name": "next" }], diff --git a/examples/with-rollup/packages/config-typescript/react-library.json b/examples/with-rollup/packages/config-typescript/react-library.json index 4b78b47df5ead..26934ef0dc164 100644 --- a/examples/with-rollup/packages/config-typescript/react-library.json +++ b/examples/with-rollup/packages/config-typescript/react-library.json @@ -1,6 +1,5 @@ { "$schema": "https://json.schemastore.org/tsconfig", - "display": "React Library", "extends": "./base.json", "compilerOptions": { "jsx": "react-jsx", diff --git a/examples/with-tailwind/packages/config-typescript/base.json b/examples/with-tailwind/packages/config-typescript/base.json index 8f8d63d531689..0432a5cb0c388 100644 --- a/examples/with-tailwind/packages/config-typescript/base.json +++ b/examples/with-tailwind/packages/config-typescript/base.json @@ -1,6 +1,5 @@ { "$schema": "https://json.schemastore.org/tsconfig", - "display": "Default", "compilerOptions": { "composite": false, "declaration": true, diff --git a/examples/with-tailwind/packages/config-typescript/nextjs.json b/examples/with-tailwind/packages/config-typescript/nextjs.json index 75496fec640c9..8c65eb5977e52 100644 --- a/examples/with-tailwind/packages/config-typescript/nextjs.json +++ b/examples/with-tailwind/packages/config-typescript/nextjs.json @@ -1,6 +1,5 @@ { "$schema": "https://json.schemastore.org/tsconfig", - "display": "Next.js", "extends": "./base.json", "compilerOptions": { "plugins": [{ "name": "next" }], diff --git a/examples/with-tailwind/packages/config-typescript/react-library.json b/examples/with-tailwind/packages/config-typescript/react-library.json index 3cf2d7a268da7..3006601dc48c7 100644 --- a/examples/with-tailwind/packages/config-typescript/react-library.json +++ b/examples/with-tailwind/packages/config-typescript/react-library.json @@ -1,6 +1,5 @@ { "$schema": "https://json.schemastore.org/tsconfig", - "display": "React Library", "extends": "./base.json", "compilerOptions": { "lib": ["ES2015", "DOM"], diff --git a/examples/with-typeorm/packages/typescript-config/base.json b/examples/with-typeorm/packages/typescript-config/base.json index 3a368f01fb6a3..e90102b16491a 100644 --- a/examples/with-typeorm/packages/typescript-config/base.json +++ b/examples/with-typeorm/packages/typescript-config/base.json @@ -1,6 +1,5 @@ { "$schema": "https://json.schemastore.org/tsconfig", - "display": "Default", "compilerOptions": { "composite": false, "declaration": true, diff --git a/examples/with-typeorm/packages/typescript-config/nextjs.json b/examples/with-typeorm/packages/typescript-config/nextjs.json index 19a9aa92bdfbf..b7696283e2c50 100644 --- a/examples/with-typeorm/packages/typescript-config/nextjs.json +++ b/examples/with-typeorm/packages/typescript-config/nextjs.json @@ -1,6 +1,5 @@ { "$schema": "https://json.schemastore.org/tsconfig", - "display": "Next.js", "extends": "./base.json", "compilerOptions": { "plugins": [{ "name": "next" }], diff --git a/examples/with-typeorm/packages/typescript-config/react-library.json b/examples/with-typeorm/packages/typescript-config/react-library.json index 44924d9ed8778..c3a1b26fbb3b6 100644 --- a/examples/with-typeorm/packages/typescript-config/react-library.json +++ b/examples/with-typeorm/packages/typescript-config/react-library.json @@ -1,6 +1,5 @@ { "$schema": "https://json.schemastore.org/tsconfig", - "display": "React Library", "extends": "./base.json", "compilerOptions": { "jsx": "react-jsx" diff --git a/examples/with-vite/packages/typescript-config/base.json b/examples/with-vite/packages/typescript-config/base.json index 52097698f3afa..ad34ef180938a 100644 --- a/examples/with-vite/packages/typescript-config/base.json +++ b/examples/with-vite/packages/typescript-config/base.json @@ -1,6 +1,5 @@ { "$schema": "https://json.schemastore.org/tsconfig", - "display": "Default", "compilerOptions": { "composite": false, "declaration": true, diff --git a/examples/with-vue-nuxt/packages/tsconfig/base.json b/examples/with-vue-nuxt/packages/tsconfig/base.json index 934a17fb94f11..3cc6a228931ef 100644 --- a/examples/with-vue-nuxt/packages/tsconfig/base.json +++ b/examples/with-vue-nuxt/packages/tsconfig/base.json @@ -1,6 +1,5 @@ { "$schema": "https://json.schemastore.org/tsconfig", - "display": "Default", "compilerOptions": { "composite": false, "esModuleInterop": true, diff --git a/examples/with-vue-nuxt/packages/tsconfig/nuxt.json b/examples/with-vue-nuxt/packages/tsconfig/nuxt.json index 2400e2c39d9d5..2effd1ac1a99e 100644 --- a/examples/with-vue-nuxt/packages/tsconfig/nuxt.json +++ b/examples/with-vue-nuxt/packages/tsconfig/nuxt.json @@ -1,5 +1,4 @@ { "$schema": "https://json.schemastore.org/tsconfig", - "display": "Nuxt", "extends": ["./base.json"] } diff --git a/examples/with-vue-nuxt/packages/tsconfig/vue.json b/examples/with-vue-nuxt/packages/tsconfig/vue.json index 9064fa59c17ad..597d6bc4c7e8d 100644 --- a/examples/with-vue-nuxt/packages/tsconfig/vue.json +++ b/examples/with-vue-nuxt/packages/tsconfig/vue.json @@ -1,5 +1,4 @@ { "$schema": "https://json.schemastore.org/tsconfig", - "display": "Vue", "extends": ["./base.json", "@vue/tsconfig/tsconfig.dom.json"] } diff --git a/examples/with-yarn/packages/typescript-config/base.json b/examples/with-yarn/packages/typescript-config/base.json index 0f80cfd67c892..5117f2a3d1c5f 100644 --- a/examples/with-yarn/packages/typescript-config/base.json +++ b/examples/with-yarn/packages/typescript-config/base.json @@ -1,6 +1,5 @@ { "$schema": "https://json.schemastore.org/tsconfig", - "display": "Default", "compilerOptions": { "declaration": true, "declarationMap": true, diff --git a/examples/with-yarn/packages/typescript-config/nextjs.json b/examples/with-yarn/packages/typescript-config/nextjs.json index 44f4289918f1d..e6defa48fce86 100644 --- a/examples/with-yarn/packages/typescript-config/nextjs.json +++ b/examples/with-yarn/packages/typescript-config/nextjs.json @@ -1,6 +1,5 @@ { "$schema": "https://json.schemastore.org/tsconfig", - "display": "Next.js", "extends": "./base.json", "compilerOptions": { "plugins": [{ "name": "next" }], diff --git a/examples/with-yarn/packages/typescript-config/react-library.json b/examples/with-yarn/packages/typescript-config/react-library.json index 05e33196e6260..2c677efa82c2e 100644 --- a/examples/with-yarn/packages/typescript-config/react-library.json +++ b/examples/with-yarn/packages/typescript-config/react-library.json @@ -1,6 +1,5 @@ { "$schema": "https://json.schemastore.org/tsconfig", - "display": "React Library", "extends": "./base.json", "compilerOptions": { "jsx": "react-jsx" diff --git a/packages/tsconfig/base.json b/packages/tsconfig/base.json index aab01c78bf21b..2e4f9292968d6 100644 --- a/packages/tsconfig/base.json +++ b/packages/tsconfig/base.json @@ -1,6 +1,5 @@ { "$schema": "https://json.schemastore.org/tsconfig", - "display": "Default", "compilerOptions": { "composite": false, "declaration": true, diff --git a/packages/tsconfig/library.json b/packages/tsconfig/library.json index 66db3675b5941..be1eacb28ae42 100644 --- a/packages/tsconfig/library.json +++ b/packages/tsconfig/library.json @@ -1,6 +1,5 @@ { "extends": "./base.json", - "display": "TS Library", "compilerOptions": { "lib": ["ES2019"], "target": "ES2019",