@tsconfig/bases 1.0.10 → 1.0.11

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/bun.tsconfig.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  // This is based on https://bun.com/docs/typescript#suggested-compileroptions
3
- "$schema": "https://json.schemastore.org/tsconfig",
3
+ "$schema": "https://www.schemastore.org/tsconfig",
4
4
  "docs": "https://bun.com/docs/typescript",
5
5
 
6
6
  "compilerOptions": {
@@ -1,5 +1,5 @@
1
1
  {
2
- "$schema": "https://json.schemastore.org/tsconfig",
2
+ "$schema": "https://www.schemastore.org/tsconfig",
3
3
  "_version": "2.0.0",
4
4
 
5
5
  "compilerOptions": {
@@ -1,5 +1,5 @@
1
1
  {
2
- "$schema": "https://json.schemastore.org/tsconfig",
2
+ "$schema": "https://www.schemastore.org/tsconfig",
3
3
  "compilerOptions": {
4
4
  "target": "es5",
5
5
  "lib": ["es5", "dom"],
@@ -2,7 +2,7 @@
2
2
  // This is based on https://deno.land/manual/getting_started/typescript#custom-typescript-compiler-options
3
3
  // then the defaults are removed.
4
4
 
5
- "$schema": "https://json.schemastore.org/tsconfig",
5
+ "$schema": "https://www.schemastore.org/tsconfig",
6
6
 
7
7
  "compilerOptions": {
8
8
  "jsx": "react",
@@ -1,5 +1,5 @@
1
1
  {
2
- "$schema": "https://json.schemastore.org/tsconfig",
2
+ "$schema": "https://www.schemastore.org/tsconfig",
3
3
  "docs": "https://v2.docusaurus.io/docs/typescript-support",
4
4
  "_version": "2.0.0",
5
5
 
@@ -1,5 +1,5 @@
1
1
  {
2
- "$schema": "https://json.schemastore.org/tsconfig",
2
+ "$schema": "https://www.schemastore.org/tsconfig",
3
3
  "docs": "https://guides.emberjs.com/release/typescript/",
4
4
  "_version": "3.0.0",
5
5
  "_deprecated": true,
@@ -1,5 +1,5 @@
1
1
  {
2
- "$schema": "https://json.schemastore.org/tsconfig",
2
+ "$schema": "https://www.schemastore.org/tsconfig",
3
3
  "_version": "2.0.0",
4
4
 
5
5
  "compilerOptions": {
@@ -1,19 +1,13 @@
1
1
  // This file was autogenerated by a script
2
2
  // Equivalent to a config of: node22
3
3
  {
4
- "$schema": "https://json.schemastore.org/tsconfig",
4
+ "$schema": "https://www.schemastore.org/tsconfig",
5
5
  "_version": "22.0.0",
6
6
  "compilerOptions": {
7
- "lib": [
8
- "es2024",
9
- "ESNext.Array",
10
- "ESNext.Collection",
11
- "ESNext.Iterator"
12
- ],
7
+ "lib": ["es2024", "ESNext.Array", "ESNext.Collection", "ESNext.Iterator"],
13
8
  "module": "nodenext",
14
9
  "target": "es2022",
15
10
  "strict": true,
16
- "esModuleInterop": true,
17
11
  "skipLibCheck": true,
18
12
  "moduleResolution": "node16"
19
13
  }
@@ -1,5 +1,5 @@
1
1
  {
2
- "$schema": "https://json.schemastore.org/tsconfig",
2
+ "$schema": "https://www.schemastore.org/tsconfig",
3
3
  "docs": [
4
4
  "https://devblogs.microsoft.com/typescript/announcing-typescript-5-7/#path-rewriting-for-relative-paths",
5
5
  "https://devblogs.microsoft.com/typescript/announcing-typescript-5-8-beta/#the---erasablesyntaxonly-option"
@@ -1,5 +1,5 @@
1
1
  {
2
- "$schema": "https://json.schemastore.org/tsconfig",
2
+ "$schema": "https://www.schemastore.org/tsconfig",
3
3
 
4
4
  "compilerOptions": {
5
5
  "lib": ["es2018"],
@@ -1,5 +1,5 @@
1
1
  {
2
- "$schema": "https://json.schemastore.org/tsconfig",
2
+ "$schema": "https://www.schemastore.org/tsconfig",
3
3
  "_version": "12.1.0",
4
4
 
5
5
  "compilerOptions": {
@@ -8,7 +8,6 @@
8
8
  "target": "es2019",
9
9
 
10
10
  "strict": true,
11
- "esModuleInterop": true,
12
11
  "skipLibCheck": true,
13
12
  "moduleResolution": "node16"
14
13
  }
@@ -1,5 +1,5 @@
1
1
  {
2
- "$schema": "https://json.schemastore.org/tsconfig",
2
+ "$schema": "https://www.schemastore.org/tsconfig",
3
3
  "_version": "14.1.0",
4
4
 
5
5
  "compilerOptions": {
@@ -8,7 +8,6 @@
8
8
  "target": "es2020",
9
9
 
10
10
  "strict": true,
11
- "esModuleInterop": true,
12
11
  "skipLibCheck": true,
13
12
  "moduleResolution": "node16"
14
13
  }
@@ -1,5 +1,5 @@
1
1
  {
2
- "$schema": "https://json.schemastore.org/tsconfig",
2
+ "$schema": "https://www.schemastore.org/tsconfig",
3
3
  "_version": "16.1.0",
4
4
 
5
5
  "compilerOptions": {
@@ -8,7 +8,6 @@
8
8
  "target": "es2021",
9
9
 
10
10
  "strict": true,
11
- "esModuleInterop": true,
12
11
  "skipLibCheck": true,
13
12
  "moduleResolution": "node16"
14
13
  }
@@ -1,5 +1,5 @@
1
1
  {
2
- "$schema": "https://json.schemastore.org/tsconfig",
2
+ "$schema": "https://www.schemastore.org/tsconfig",
3
3
  "_version": "17.1.0",
4
4
  "compilerOptions": {
5
5
  "lib": ["es2022"],
@@ -7,7 +7,6 @@
7
7
  "target": "es2022",
8
8
 
9
9
  "strict": true,
10
- "esModuleInterop": true,
11
10
  "skipLibCheck": true,
12
11
  "useDefineForClassFields": true,
13
12
  "moduleResolution": "node16"
@@ -1,5 +1,5 @@
1
1
  {
2
- "$schema": "https://json.schemastore.org/tsconfig",
2
+ "$schema": "https://www.schemastore.org/tsconfig",
3
3
 
4
4
  "_version": "18.2.0",
5
5
 
@@ -9,7 +9,6 @@
9
9
  "target": "es2022",
10
10
 
11
11
  "strict": true,
12
- "esModuleInterop": true,
13
12
  "skipLibCheck": true,
14
13
  "moduleResolution": "node16"
15
14
  }
@@ -1,5 +1,5 @@
1
1
  {
2
- "$schema": "https://json.schemastore.org/tsconfig",
2
+ "$schema": "https://www.schemastore.org/tsconfig",
3
3
 
4
4
  "_version": "19.1.0",
5
5
 
@@ -9,7 +9,6 @@
9
9
  "target": "es2022",
10
10
 
11
11
  "strict": true,
12
- "esModuleInterop": true,
13
12
  "skipLibCheck": true,
14
13
  "moduleResolution": "node16"
15
14
  }
@@ -1,5 +1,5 @@
1
1
  {
2
- "$schema": "https://json.schemastore.org/tsconfig",
2
+ "$schema": "https://www.schemastore.org/tsconfig",
3
3
  "_version": "20.1.0",
4
4
 
5
5
  "compilerOptions": {
@@ -8,7 +8,6 @@
8
8
  "target": "es2022",
9
9
 
10
10
  "strict": true,
11
- "esModuleInterop": true,
12
11
  "skipLibCheck": true,
13
12
  "moduleResolution": "node16"
14
13
  }
@@ -1,5 +1,5 @@
1
1
  {
2
- "$schema": "https://json.schemastore.org/tsconfig",
2
+ "$schema": "https://www.schemastore.org/tsconfig",
3
3
  "_version": "21.0.0",
4
4
 
5
5
  "compilerOptions": {
@@ -8,7 +8,6 @@
8
8
  "target": "es2022",
9
9
 
10
10
  "strict": true,
11
- "esModuleInterop": true,
12
11
  "skipLibCheck": true,
13
12
  "moduleResolution": "node16"
14
13
  }
@@ -1,5 +1,5 @@
1
1
  {
2
- "$schema": "https://json.schemastore.org/tsconfig",
2
+ "$schema": "https://www.schemastore.org/tsconfig",
3
3
  "_version": "22.0.0",
4
4
 
5
5
  "compilerOptions": {
@@ -8,7 +8,6 @@
8
8
  "target": "es2022",
9
9
 
10
10
  "strict": true,
11
- "esModuleInterop": true,
12
11
  "skipLibCheck": true,
13
12
  "moduleResolution": "node16"
14
13
  }
@@ -1,14 +1,19 @@
1
1
  {
2
- "$schema": "https://json.schemastore.org/tsconfig",
2
+ "$schema": "https://www.schemastore.org/tsconfig",
3
3
  "_version": "23.0.0",
4
4
 
5
5
  "compilerOptions": {
6
- "lib": ["es2024", "ESNext.Array", "ESNext.Collection", "ESNext.Iterator", "ESNext.Promise"],
6
+ "lib": [
7
+ "es2024",
8
+ "ESNext.Array",
9
+ "ESNext.Collection",
10
+ "ESNext.Iterator",
11
+ "ESNext.Promise"
12
+ ],
7
13
  "module": "nodenext",
8
14
  "target": "es2024",
9
15
 
10
16
  "strict": true,
11
- "esModuleInterop": true,
12
17
  "skipLibCheck": true,
13
18
  "moduleResolution": "node16"
14
19
  }
@@ -1,5 +1,5 @@
1
1
  {
2
- "$schema": "https://json.schemastore.org/tsconfig",
2
+ "$schema": "https://www.schemastore.org/tsconfig",
3
3
  "_version": "24.0.0",
4
4
 
5
5
  "compilerOptions": {
@@ -14,7 +14,6 @@
14
14
  "target": "es2024",
15
15
 
16
16
  "strict": true,
17
- "esModuleInterop": true,
18
17
  "skipLibCheck": true,
19
18
  "moduleResolution": "node16"
20
19
  }
@@ -1,5 +1,5 @@
1
1
  {
2
- "$schema": "https://json.schemastore.org/tsconfig",
2
+ "$schema": "https://www.schemastore.org/tsconfig",
3
3
  "_version": "2.0.0",
4
4
 
5
5
  "compilerOptions": {
package/package.json CHANGED
@@ -44,5 +44,5 @@
44
44
  "./docusaurus": "./docusaurus.tsconfig.json",
45
45
  "./bun": "./bun.tsconfig.json"
46
46
  },
47
- "version": "1.0.10"
47
+ "version": "1.0.11"
48
48
  }
@@ -1,6 +1,6 @@
1
1
  {
2
2
  // https://doc.qt.io/qt-5/qjsengine.html
3
- "$schema": "https://json.schemastore.org/tsconfig",
3
+ "$schema": "https://www.schemastore.org/tsconfig",
4
4
 
5
5
  "compilerOptions": {
6
6
  // Technically QTJSEngine supportes ES2016, however there are issues with
@@ -1,5 +1,5 @@
1
1
  {
2
- "$schema": "https://json.schemastore.org/tsconfig",
2
+ "$schema": "https://www.schemastore.org/tsconfig",
3
3
  "_version": "3.0.2",
4
4
  "compilerOptions": {
5
5
  "target": "esnext",
@@ -7,5 +7,5 @@
7
7
  "strict": true,
8
8
  "skipLibCheck": true
9
9
  },
10
- "$schema": "https://json.schemastore.org/tsconfig"
11
- }
10
+ "$schema": "https://www.schemastore.org/tsconfig"
11
+ }
@@ -1,5 +1,5 @@
1
1
  {
2
- "$schema": "https://json.schemastore.org/tsconfig",
2
+ "$schema": "https://www.schemastore.org/tsconfig",
3
3
  "_version": "2.0.0",
4
4
 
5
5
  "compilerOptions": {
@@ -17,6 +17,6 @@
17
17
  "esModuleInterop": true,
18
18
  "skipLibCheck": true
19
19
  },
20
- "$schema": "https://json.schemastore.org/tsconfig",
20
+ "$schema": "https://www.schemastore.org/tsconfig",
21
21
  "_version": "2.0.0"
22
22
  }
@@ -1,5 +1,5 @@
1
1
  {
2
- "$schema": "https://json.schemastore.org/tsconfig",
2
+ "$schema": "https://www.schemastore.org/tsconfig",
3
3
  "_version": "5.0.0",
4
4
 
5
5
  "compilerOptions": {
@@ -1,5 +1,5 @@
1
1
  {
2
- "$schema": "https://json.schemastore.org/tsconfig",
2
+ "$schema": "https://www.schemastore.org/tsconfig",
3
3
  "compileOnSave": false,
4
4
  "compilerOptions": {
5
5
  "target": "es2017",
@@ -1,5 +1,5 @@
1
1
  {
2
- "$schema": "https://json.schemastore.org/tsconfig",
2
+ "$schema": "https://www.schemastore.org/tsconfig",
3
3
  "_version": "7.0.0",
4
4
 
5
5
  "compilerOptions": {