Skip to content

Commit 7489153

Browse files
committedAug 28, 2024·
chore: add include and exclude in tsconfig file
1 parent 03dfbbd commit 7489153

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed
 

‎plugin/tsconfig.json

+3-1
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,7 @@
1111
"module": "commonjs",
1212
"target": "ES2015",
1313
"jsx": "react"
14-
}
14+
},
15+
"include": ["src/**/*.ts"],
16+
"exclude": ["node_modules"]
1517
}

0 commit comments

Comments
 (0)