DefinitelyTyped/types/webpack-bugsnag-plugins/tsconfig.json
Spencer Miskoviak 787bafe3f2 Add webpack-bugsnag-plugins types (#35931)
* Generate the types/webpack-bugsnag-plugins files

* Fill in the type definitions and tests

* Add a typescript version

* Decrease the TypeScript version to match webpack's
2019-06-04 14:59:22 -07:00

24 lines
504 B
JSON

{
"compilerOptions": {
"module": "commonjs",
"lib": [
"es6"
],
"noImplicitAny": true,
"noImplicitThis": true,
"strictNullChecks": true,
"strictFunctionTypes": true,
"baseUrl": "../",
"typeRoots": [
"../"
],
"types": [],
"noEmit": true,
"forceConsistentCasingInFileNames": true
},
"files": [
"index.d.ts",
"webpack-bugsnag-plugins-tests.ts"
]
}