From 2356d2c44736fb83021dacb551625852111c8ce6 Mon Sep 17 00:00:00 2001 From: IRONM00N <64110067+IRONM00N@users.noreply.github.com> Date: Thu, 18 Aug 2022 22:42:12 -0400 Subject: restructure, experimental presence and member automod, fixed bugs probably made some more bugs --- lib/tsconfig.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 lib/tsconfig.json (limited to 'lib/tsconfig.json') diff --git a/lib/tsconfig.json b/lib/tsconfig.json new file mode 100644 index 0000000..e6d554e --- /dev/null +++ b/lib/tsconfig.json @@ -0,0 +1,9 @@ +{ + "extends": "../tsconfig.base.json", + "compilerOptions": { + "outDir": "../../dist/lib", + "composite": true + }, + "include": ["lib/**/*.ts"], + "references": [{ "path": "../config" }] +} -- cgit