Skip to content

Commit ccd1010

Browse files
committed
[update-plugin] - tsconfig added
Signed-off-by: ashish <[email protected]>
1 parent 01ef5d7 commit ccd1010

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

tsconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@
77
"rootDir": "src",
88
"strict": true,
99
"target": "es2017",
10-
"sourceMap": true
10+
"sourceMap": true,
11+
"composite": true
1112
},
1213
"include": [
1314
"src/**/*"

tsconfig.tsbuildinfo

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"version": "3.6.4"
3+
}

0 commit comments

Comments
 (0)