From 5937ac8c91a15e6bc8daf8d259eb9cd842b86d86 Mon Sep 17 00:00:00 2001 From: mat Date: Sat, 19 Mar 2022 19:56:28 -0500 Subject: Squashed commit of the following: commit 5edaa4376f37890fb1ddd6493b0ac778cebe927e Author: mat Date: Sat Mar 19 19:55:56 2022 -0500 Change stuff to work with my breaking changes --- tsconfig.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tsconfig.json') diff --git a/tsconfig.json b/tsconfig.json index 06496e5..fd1739c 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -31,7 +31,8 @@ "$lib": ["src/lib"], "$lib/*": ["src/lib/*"] }, - "strictNullChecks": true + "strictNullChecks": true, + "outDir": "dist", }, "include": ["src/**/*.d.ts", "src/**/*.js", "src/**/*.ts", "src/**/*.svelte"], "extends": "./.svelte-kit/tsconfig.json" -- cgit