@qualcomm-ui/tsconfig 2.1.1 → 2.2.0

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/package.json CHANGED
@@ -1,15 +1,15 @@
1
1
  {
2
2
  "name": "@qualcomm-ui/tsconfig",
3
- "version": "2.1.1",
4
- "author": "Ryan Bower",
3
+ "version": "2.2.0",
5
4
  "license": "BSD-3-Clause-Clear",
5
+ "author": "Ryan Bower",
6
6
  "repository": "https://github.com/qualcomm/qualcomm-ui-utils",
7
- "publishConfig": {
8
- "access": "public"
9
- },
10
7
  "files": [
11
8
  "tsconfig.*.json"
12
9
  ],
10
+ "publishConfig": {
11
+ "access": "public"
12
+ },
13
13
  "peerDependencies": {
14
14
  "typescript": ">=5.7.3"
15
15
  }
@@ -0,0 +1,28 @@
1
+ {
2
+ "compilerOptions": {
3
+ "allowSyntheticDefaultImports": true,
4
+ "declaration": true,
5
+ "declarationMap": true,
6
+ "emitDecoratorMetadata": true,
7
+ "experimentalDecorators": true,
8
+ "lib": ["DOM", "DOM.Iterable", "ESNext"],
9
+ "module": "ESNext",
10
+ "moduleResolution": "Bundler",
11
+ "skipLibCheck": true,
12
+ "stripInternal": true,
13
+ "strict": true,
14
+ "strictPropertyInitialization": false,
15
+ "target": "ES2022"
16
+ },
17
+ "angularCompilerOptions": {
18
+ "annotateForClosureCompiler": false,
19
+ "compilationMode": "partial",
20
+ "enableI18nLegacyMessageIdFormat": false,
21
+ "preserveWhitespaces": false,
22
+ "skipTemplateCodegen": true,
23
+ "strictInjectionParameters": true,
24
+ "strictInputAccessModifiers": true,
25
+ "strictMetadataEmit": true,
26
+ "strictNullChecks": true
27
+ }
28
+ }
@@ -5,14 +5,14 @@
5
5
  "declarationMap": true,
6
6
  "emitDecoratorMetadata": true,
7
7
  "experimentalDecorators": true,
8
- "lib": ["es2022", "dom"],
9
- "module": "es2022",
10
- "moduleResolution": "bundler",
8
+ "lib": ["DOM", "DOM.Iterable", "ES2022"],
9
+ "module": "ES2022",
10
+ "moduleResolution": "Bundler",
11
11
  "skipLibCheck": true,
12
12
  "stripInternal": true,
13
13
  "strict": true,
14
14
  "strictPropertyInitialization": false,
15
- "target": "es2022"
15
+ "target": "ES2022"
16
16
  },
17
17
  "angularCompilerOptions": {
18
18
  "annotateForClosureCompiler": false,
package/tsconfig.lib.json CHANGED
@@ -10,7 +10,7 @@
10
10
  "jsx": "preserve",
11
11
  "isolatedDeclarations": true,
12
12
  "isolatedModules": true,
13
- "lib": ["DOM", "DOM.Iterable", "ESNext", "ES2023"],
13
+ "lib": ["DOM", "DOM.Iterable", "ES2023"],
14
14
  "module": "NodeNext",
15
15
  "moduleResolution": "NodeNext",
16
16
  "noImplicitAny": true,
@@ -0,0 +1,29 @@
1
+ {
2
+ "compilerOptions": {
3
+ "allowUnreachableCode": false,
4
+ "allowSyntheticDefaultImports": true,
5
+ "declaration": true,
6
+ "declarationMap": true,
7
+ "emitDeclarationOnly": true,
8
+ "experimentalDecorators": true,
9
+ "esModuleInterop": true,
10
+ "jsx": "react-jsx",
11
+ "isolatedDeclarations": false,
12
+ "isolatedModules": true,
13
+ "lib": ["DOM", "DOM.Iterable", "ESNext"],
14
+ "module": "ESNext",
15
+ "moduleResolution": "Bundler",
16
+ "noImplicitAny": true,
17
+ "noImplicitReturns": false,
18
+ "noUnusedLocals": false,
19
+ "noUnusedParameters": false,
20
+ "removeComments": false,
21
+ "resolveJsonModule": true,
22
+ "skipDefaultLibCheck": true,
23
+ "skipLibCheck": true,
24
+ "sourceMap": true,
25
+ "strict": true,
26
+ "target": "ES2023",
27
+ "verbatimModuleSyntax": true
28
+ }
29
+ }
@@ -0,0 +1,28 @@
1
+ {
2
+ "compilerOptions": {
3
+ "allowUnreachableCode": false,
4
+ "allowSyntheticDefaultImports": true,
5
+ "declaration": true,
6
+ "declarationMap": true,
7
+ "emitDeclarationOnly": true,
8
+ "experimentalDecorators": true,
9
+ "esModuleInterop": true,
10
+ "jsx": "react-jsx",
11
+ "isolatedModules": true,
12
+ "lib": ["DOM", "DOM.Iterable", "ES2023"],
13
+ "module": "ESNext",
14
+ "moduleResolution": "Bundler",
15
+ "noImplicitAny": true,
16
+ "noImplicitReturns": false,
17
+ "noUnusedLocals": false,
18
+ "noUnusedParameters": false,
19
+ "removeComments": false,
20
+ "resolveJsonModule": true,
21
+ "skipDefaultLibCheck": true,
22
+ "skipLibCheck": true,
23
+ "sourceMap": true,
24
+ "strict": true,
25
+ "target": "ES2023",
26
+ "verbatimModuleSyntax": true
27
+ }
28
+ }