Skip to content

Commit 94884e5

Browse files
authored
build: modify tsconfig.build.json to be extended from @tsconfig/node24 (#833)
Signed-off-by: Alfi Maulana <alfi.maulana.f@gmail.com>
1 parent c07f495 commit 94884e5

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

tsconfig.build.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
{
2-
"extends": "./tsconfig",
2+
"extends": "@tsconfig/node24",
33
"include": ["src"],
44
"exclude": ["**/*.test.*"],
55
"compilerOptions": {
66
"declaration": true,
7-
"noEmit": false,
87
"outDir": "dist"
98
}
109
}

0 commit comments

Comments
 (0)