Could you please give me a javascript regex which match all .ts files except the files ending with page.ts and d.ts
ex :
- home.inventory.ts -> match
- player.ts -> match
- book.page.ts -> not match
- component.d.ts -> not match
Could you please give me a javascript regex which match all .ts files except the files ending with page.ts and d.ts
ex :