@falsejs/falsejs 3.2.0 → 3.3.1

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/tsconfig.json CHANGED
@@ -1,45 +1,45 @@
1
- {
2
- // Visit https://aka.ms/tsconfig to read more about this file
3
- "include": [
4
- "./src/**/*.ts" // Adjust this pattern to match your source file locations
5
- ],
6
- "compilerOptions": {
7
- // File Layout
8
- "rootDir": "./src",
9
- "outDir": "./dist",
10
-
11
- // Environment Settings
12
- // See also https://aka.ms/tsconfig/module
13
- "module": "commonjs",
14
- "target": "es2024",
15
- // For nodejs:
16
- // "lib": ["esnext"],
17
- // "types": ["node"],
18
- // and npm install -D @types/node
19
-
20
- // Other Outputs
21
- "sourceMap": true,
22
- "declaration": false,
23
-
24
- // Stricter Typechecking Options
25
- "noUncheckedIndexedAccess": true,
26
- "exactOptionalPropertyTypes": true,
27
-
28
- // Style Options
29
- // "noImplicitReturns": true,
30
- // "noImplicitOverride": true,
31
- // "noUnusedLocals": true,
32
- // "noUnusedParameters": true,
33
- // "noFallthroughCasesInSwitch": true,
34
- // "noPropertyAccessFromIndexSignature": true,
35
-
36
- // Recommended Options
37
- "strict": true,
38
- "jsx": "react-jsx",
39
- "verbatimModuleSyntax": true,
40
- "isolatedModules": true,
41
- "noUncheckedSideEffectImports": true,
42
- "moduleDetection": "force",
43
- "skipLibCheck": true,
44
- }
45
- }
1
+ {
2
+ // Visit https://aka.ms/tsconfig to read more about this file
3
+ "include": [
4
+ "./src/**/*.ts" // Adjust this pattern to match your source file locations
5
+ ],
6
+ "compilerOptions": {
7
+ // File Layout
8
+ "rootDir": "./src",
9
+ "outDir": "./dist",
10
+
11
+ // Environment Settings
12
+ // See also https://aka.ms/tsconfig/module
13
+ "module": "commonjs",
14
+ "target": "es2024",
15
+ // For nodejs:
16
+ // "lib": ["esnext"],
17
+ // "types": ["node"],
18
+ // and npm install -D @types/node
19
+
20
+ // Other Outputs
21
+ "sourceMap": true,
22
+ "declaration": false,
23
+
24
+ // Stricter Typechecking Options
25
+ "noUncheckedIndexedAccess": true,
26
+ "exactOptionalPropertyTypes": true,
27
+
28
+ // Style Options
29
+ // "noImplicitReturns": true,
30
+ // "noImplicitOverride": true,
31
+ // "noUnusedLocals": true,
32
+ // "noUnusedParameters": true,
33
+ // "noFallthroughCasesInSwitch": true,
34
+ // "noPropertyAccessFromIndexSignature": true,
35
+
36
+ // Recommended Options
37
+ "strict": true,
38
+ "jsx": "react-jsx",
39
+ "verbatimModuleSyntax": true,
40
+ "isolatedModules": true,
41
+ "noUncheckedSideEffectImports": true,
42
+ "moduleDetection": "force",
43
+ "skipLibCheck": true
44
+ }
45
+ }