Skip to content

Commit 05a9ff8

Browse files
committed
fix: remove redundant types configuration in tsconfig.json
1 parent bfd3258 commit 05a9ff8

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

tsconfig.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,7 @@
1717
"paths": {
1818
"@api/*": ["src/*"]
1919
},
20-
"typeRoots": ["./src/@types", "./node_modules/@types"],
21-
"types": [
22-
"node"
23-
],
20+
"typeRoots": ["./src/@types", "./node_modules/@types"]
2421
},
2522
"include": [
2623
"./src/**/*.ts",

0 commit comments

Comments
 (0)