Przeglądaj źródła

add $schema lines

Yuki Takei 3 lat temu
rodzic
commit
4667e827fd

+ 1 - 0
apps/app/tsconfig.base.json

@@ -1,4 +1,5 @@
 {
+  "$schema": "http://json.schemastore.org/tsconfig",
   "extends": "../../tsconfig.base.json",
   "compilerOptions": {
     "resolveJsonModule": true,

+ 1 - 0
apps/app/tsconfig.build.client.json

@@ -1,4 +1,5 @@
 {
+  "$schema": "http://json.schemastore.org/tsconfig",
   "extends": "./tsconfig.base.json",
   "compilerOptions": {
     "module": "esnext",

+ 1 - 0
apps/app/tsconfig.build.next.config.json

@@ -1,4 +1,5 @@
 {
+  "$schema": "http://json.schemastore.org/tsconfig",
   "extends": "../../tsconfig.base.json",
   "compilerOptions": {
     "noResolve": false,

+ 1 - 0
apps/app/tsconfig.build.server-tsc-alias.json

@@ -1,4 +1,5 @@
 {
+  "$schema": "http://json.schemastore.org/tsconfig",
   "extends": "./tsconfig.build.server.json",
   "compilerOptions": {
     "paths": {

+ 1 - 0
apps/app/tsconfig.build.server.json

@@ -1,4 +1,5 @@
 {
+  "$schema": "http://json.schemastore.org/tsconfig",
   "extends": "./tsconfig.base.json",
   "compilerOptions": {
     "outDir": "transpiled",

+ 1 - 0
apps/app/tsconfig.json

@@ -1,4 +1,5 @@
 {
+  "$schema": "http://json.schemastore.org/tsconfig",
   "extends": "./tsconfig.base.json",
   "compilerOptions": {
     "module": "commonjs",

+ 1 - 0
packages/codemirror-textlint/tsconfig.base.json

@@ -1,4 +1,5 @@
 {
+  "$schema": "http://json.schemastore.org/tsconfig",
   "extends": "../../tsconfig.base.json",
   "compilerOptions": {
   },

+ 1 - 0
packages/codemirror-textlint/tsconfig.build.json

@@ -1,4 +1,5 @@
 {
+  "$schema": "http://json.schemastore.org/tsconfig",
   "extends": "./tsconfig.base.json",
   "compilerOptions": {
     "rootDir": "./src",

+ 1 - 0
packages/codemirror-textlint/tsconfig.json

@@ -1,4 +1,5 @@
 {
+  "$schema": "http://json.schemastore.org/tsconfig",
   "extends": "./tsconfig.base.json",
   "compilerOptions": {
     "baseUrl": "."

+ 1 - 0
packages/core/tsconfig.json

@@ -1,4 +1,5 @@
 {
+  "$schema": "http://json.schemastore.org/tsconfig",
   "extends": "../../tsconfig.base.json",
   "compilerOptions": {
     "baseUrl": ".",

+ 1 - 0
packages/preset-themes/tsconfig.json

@@ -1,4 +1,5 @@
 {
+  "$schema": "http://json.schemastore.org/tsconfig",
   "extends": "../../tsconfig.base.json",
   "compilerOptions": {
   },

+ 1 - 0
packages/remark-drawio/tsconfig.base.json

@@ -1,4 +1,5 @@
 {
+  "$schema": "http://json.schemastore.org/tsconfig",
   "extends": "../../tsconfig.base.json",
   "compilerOptions": {
     "jsx": "preserve",

+ 1 - 0
packages/remark-drawio/tsconfig.build.json

@@ -1,4 +1,5 @@
 {
+  "$schema": "http://json.schemastore.org/tsconfig",
   "extends": "./tsconfig.base.json",
   "compilerOptions": {
     "rootDir": "./src",

+ 1 - 0
packages/remark-drawio/tsconfig.json

@@ -1,4 +1,5 @@
 {
+  "$schema": "http://json.schemastore.org/tsconfig",
   "extends": "./tsconfig.base.json",
   "compilerOptions": {
     "baseUrl": ".",

+ 1 - 0
packages/remark-growi-directive/tsconfig.base.json

@@ -1,4 +1,5 @@
 {
+  "$schema": "http://json.schemastore.org/tsconfig",
   "extends": "../../tsconfig.base.json",
   "compilerOptions": {
   },

+ 1 - 0
packages/remark-growi-directive/tsconfig.build.json

@@ -1,4 +1,5 @@
 {
+  "$schema": "http://json.schemastore.org/tsconfig",
   "extends": "./tsconfig.base.json",
   "compilerOptions": {
     "rootDir": "./src",

+ 1 - 0
packages/remark-growi-directive/tsconfig.json

@@ -1,4 +1,5 @@
 {
+  "$schema": "http://json.schemastore.org/tsconfig",
   "extends": "./tsconfig.base.json",
   "compilerOptions": {
     "baseUrl": ".",

+ 1 - 0
packages/remark-lsx/tsconfig.base.json

@@ -1,4 +1,5 @@
 {
+  "$schema": "http://json.schemastore.org/tsconfig",
   "extends": "../../tsconfig.base.json",
   "compilerOptions": {
     "jsx": "preserve",

+ 1 - 0
packages/remark-lsx/tsconfig.build.json

@@ -1,4 +1,5 @@
 {
+  "$schema": "http://json.schemastore.org/tsconfig",
   "extends": "./tsconfig.base.json",
   "compilerOptions": {
     "rootDir": "./src",

+ 1 - 0
packages/remark-lsx/tsconfig.json

@@ -1,4 +1,5 @@
 {
+  "$schema": "http://json.schemastore.org/tsconfig",
   "extends": "./tsconfig.base.json",
   "compilerOptions": {
     "baseUrl": ".",

+ 1 - 0
packages/slack/tsconfig.base.json

@@ -1,4 +1,5 @@
 {
+  "$schema": "http://json.schemastore.org/tsconfig",
   "extends": "../../tsconfig.base.json",
   "compilerOptions": {
   },

+ 1 - 0
packages/slack/tsconfig.build.json

@@ -1,4 +1,5 @@
 {
+  "$schema": "http://json.schemastore.org/tsconfig",
   "extends": "./tsconfig.base.json",
   "compilerOptions": {
     "rootDir": "./src",

+ 1 - 0
packages/slack/tsconfig.json

@@ -1,4 +1,5 @@
 {
+  "$schema": "http://json.schemastore.org/tsconfig",
   "extends": "./tsconfig.base.json",
   "compilerOptions": {
     "baseUrl": ".",

+ 1 - 0
packages/ui/tsconfig.base.json

@@ -1,4 +1,5 @@
 {
+  "$schema": "http://json.schemastore.org/tsconfig",
   "extends": "../../tsconfig.base.json",
   "compilerOptions": {
     "module": "esnext",

+ 1 - 0
packages/ui/tsconfig.build.cjs.json

@@ -1,4 +1,5 @@
 {
+  "$schema": "http://json.schemastore.org/tsconfig",
   "extends": "./tsconfig.base.json",
   "compilerOptions": {
     "module": "commonjs",

+ 1 - 0
packages/ui/tsconfig.build.esm.json

@@ -1,4 +1,5 @@
 {
+  "$schema": "http://json.schemastore.org/tsconfig",
   "extends": "./tsconfig.base.json",
   "compilerOptions": {
     "rootDir": "./src",

+ 1 - 0
packages/ui/tsconfig.build.json

@@ -1,4 +1,5 @@
 {
+  "$schema": "http://json.schemastore.org/tsconfig",
   "extends": "./tsconfig.base.json",
   "compilerOptions": {
     "rootDir": "./src",

+ 1 - 0
packages/ui/tsconfig.json

@@ -1,4 +1,5 @@
 {
+  "$schema": "http://json.schemastore.org/tsconfig",
   "extends": "./tsconfig.base.json",
   "compilerOptions": {
     "baseUrl": ".",

+ 1 - 0
tsconfig.base.json

@@ -1,4 +1,5 @@
 {
+  "$schema": "http://json.schemastore.org/tsconfig",
   "compilerOptions": {
     "target": "es2019",
     "module": "esnext",