Which Files?
You can either use files
to be explicit:
or include
and exclude
to specify files / folders / globs. E.g.:
Some notes:
For globs :
**/*
(e.g. sample usagesomefolder/**/*
) means all folder and any files (the extensions.ts
/.tsx
will be assumed and ifallowJs:true
so will.js
/.jsx
)
Last updated