DefinitelyTyped/types/zip-webpack-plugin/tsconfig.json
Blaise Kal f3c6f4aec3 New typings for zip-webpack-plugin (#27032)
* Typings for zip-webpack-plugin

* Switch to ReadonlyArray for include and exclude options

* Fix linting errors

* Fix TypeScript version
2018-07-03 15:11:41 -07:00

24 lines
499 B
JSON

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