UNPKG

119 BJavaScriptView Raw
1module.exports = {
2 extends: ["./typescript-with-type", "./typescript-without-type"].map(
3 require.resolve
4 ),
5};