From f480ef4bbcc9dc03b5a9a1e80e5f428038c8d34e Mon Sep 17 00:00:00 2001 From: Brandon Keiji Date: Sun, 20 Apr 2025 12:33:39 -0700 Subject: refactor: clean up build output (#53) * refactor: clean up build output * refactor: add index.ts to package roots --- tsconfig.json | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'tsconfig.json') diff --git a/tsconfig.json b/tsconfig.json index 729009fe..5d59f86a 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -7,11 +7,13 @@ "resolveJsonModule": true, "sourceMap": true, "composite": true, - // MONOREPO STUFF "incremental": true, - "target": "ES2020", - "module": "Node16", "declaration": true, - "moduleResolution": "node16" + "allowSyntheticDefaultImports": true, + "lib": ["ES2023"], + "module": "NodeNext", + "moduleResolution": "nodenext", + "target": "es2022", + "types": ["node"] } } -- cgit v1.2.3