Skip to content

Commit 79d9f03

Browse files
committed
Fixed tsconfig for Automatic Type Acquisition in VSCode
1 parent fd4ce0f commit 79d9f03

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

tsconfig.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
"extends": "./tsconfigBase.json",
33
"include": [
44
"src/**/*.js",
5-
"src/**/*.ts",
5+
"src/**/*.ts"
66
],
7+
"typeAcquisition": {
8+
"enable": true
9+
}
710
}

tsconfigBase.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,5 @@
2020
"./*"
2121
]
2222
}
23-
},
24-
"typeAcquisition": {
25-
"enable": true
2623
}
2724
}

0 commit comments

Comments
 (0)