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 46efcfe commit 6814012Copy full SHA for 6814012
README.md
@@ -54,13 +54,14 @@ You can set options by passing them in with the query string.
54
loaders: [
55
{
56
test: /\.ts$/,
57
- loader: 'typescript-simple-loader?compiler=ntypescript&configFile=tsconfig.json'
+ loader: 'typescript-simple-loader?compiler=ntypescript&configFile=tsconfig.json&ignoreWarnings[]=2304'
58
}
59
]
60
```
61
62
* **compiler** Set a custom TypeScript compiler compatible with `typescript@>=1.5-alpha`
63
* **configFile** Manually set the location of the `tsconfig.json` file
64
+* **ignoreWarnings** Set an array of TypeScript diagnostic codes to ignore
65
66
## License
67
0 commit comments