DefinitelyTyped/types/browser-sync-webpack-plugin/tsconfig.json
Derek Sifford 4173a818f4 [browser-sync-webpack-plugin] add new definitions (#37042)
* [browser-sync-webpack-plugin] add new definitions

* fix build failure
2019-07-22 12:51:34 -07:00

25 lines
568 B
JSON

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