Add babel-webpack-plugin and clean-webpack-plugin

This commit is contained in:
Jed Fox
2017-10-24 18:02:09 -04:00
parent c698079f5a
commit 58300cf58c
8 changed files with 144 additions and 0 deletions

View File

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