You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 9, 2023. It is now read-only.
Copy file name to clipboardExpand all lines: tests/tsconfig.json
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -8,14 +8,16 @@
8
8
"moduleResolution": "node",
9
9
"lib": ["es2017", "dom"],
10
10
"sourceMap": true,
11
+
"types": [],
11
12
/* Strict Type-Checking Options */
12
13
"strict": true/* Enable all strict type-checking options. */,
13
14
"esModuleInterop": true/* Enables emit interoperability between CommonJS and ES Modules via creation of namespace objects for all imports. Implies 'allowSyntheticDefaultImports'. */,
14
15
"allowSyntheticDefaultImports": true,
15
16
"noImplicitAny": false/* Raise error on expressions and declarations with an implied 'any' type. */,
16
17
/* Advanced Options */
17
18
"skipLibCheck": true/* Skip type checking of declaration files. */,
18
-
"forceConsistentCasingInFileNames": true/* Disallow inconsistently-cased references to the same file. */
19
+
"forceConsistentCasingInFileNames": true/* Disallow inconsistently-cased references to the same file. */,
20
+
"noEmit": true/* Disable output so we can use `tsc` to typecheck independently of tsx/ESBuild */
0 commit comments