From c7e2ea3411ef240eadeaae48605178959e2f32f0 Mon Sep 17 00:00:00 2001 From: Eric Giovanola Date: Tue, 31 Oct 2023 10:59:01 -0700 Subject: [PATCH] Update tsconfig --- example/tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/tsconfig.json b/example/tsconfig.json index d5c13d3e..f521a2db 100644 --- a/example/tsconfig.json +++ b/example/tsconfig.json @@ -18,7 +18,7 @@ "skipLibCheck": true, "strict": true, "target": "esnext", - "types": ["raw-loader.d.ts"] + "types": ["./raw-loader.d.ts"] }, "include": ["**/*.ts", "**/*.tsx"], "exclude": ["node_modules", "public", "**/*.js"]