summaryrefslogtreecommitdiff
path: root/cli/tests/testdata/check
diff options
context:
space:
mode:
authorDavid Sherret <dsherret@users.noreply.github.com>2022-07-12 18:58:39 -0400
committerGitHub <noreply@github.com>2022-07-12 18:58:39 -0400
commit0c87dd1e9898d7ac93e274d3611ee491a107d47a (patch)
treef626332706ccd12e0719f9b84d6b234d5483659b /cli/tests/testdata/check
parent76107649804e674268becd693b7b2a954eecb3da (diff)
perf: use emit from swc instead of tsc (#15118)
Diffstat (limited to 'cli/tests/testdata/check')
-rw-r--r--cli/tests/testdata/check/cache_config_on_off/deno.json5
-rw-r--r--cli/tests/testdata/check/cache_config_on_off/main.ts1
2 files changed, 6 insertions, 0 deletions
diff --git a/cli/tests/testdata/check/cache_config_on_off/deno.json b/cli/tests/testdata/check/cache_config_on_off/deno.json
new file mode 100644
index 000000000..8ad9c9801
--- /dev/null
+++ b/cli/tests/testdata/check/cache_config_on_off/deno.json
@@ -0,0 +1,5 @@
+{
+ "compilerOptions": {
+ "strict": false
+ }
+}
diff --git a/cli/tests/testdata/check/cache_config_on_off/main.ts b/cli/tests/testdata/check/cache_config_on_off/main.ts
new file mode 100644
index 000000000..0f3785f91
--- /dev/null
+++ b/cli/tests/testdata/check/cache_config_on_off/main.ts
@@ -0,0 +1 @@
+console.log(5);