We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b38c0ea commit 31ef8f7Copy full SHA for 31ef8f7
README.md
@@ -47,8 +47,6 @@ You will also need to install `typescript` for building and `@jest/globals` for
47
48
Configuration can get specified in your `package.json` file under `ts-scripts`:
49
50
-- `js` - Enables `.js` files for linting and testing (default: `false`)
51
-- `react` - Enables React.js for linting and testing (default: `false`)
52
- `src` - An array of source directories to read (default: `["src"]`)
53
- `dist` - An array of output directories to clean, i.e. `outDir` in `tsconfig.json` (default: `["dist"]`)
54
- `project` An array of `tsconfig.json` project files for TypeScript (default: `["tsconfig.json"]`)
0 commit comments