Skip to content

Commit 18eb6ae

Browse files
committed
Update tsconfig.json to change rootDir to the project root and include tsup.config.ts in the TypeScript compilation
1 parent a08f50d commit 18eb6ae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tsconfig.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"noImplicitAny": true,
1818
"lib": ["esnext", "dom", "dom.iterable"],
1919
"baseUrl": ".",
20-
"rootDir": "./src"
20+
"rootDir": "."
2121
},
22-
"include": ["src/**/*"]
22+
"include": ["src/**/*", "tsup.config.ts"]
2323
}

0 commit comments

Comments
 (0)