Update webpack and testing frameworks

This commit is contained in:
Dolan
2021-03-31 21:27:40 +01:00
parent 488711dae0
commit fceefcf290
7 changed files with 1092 additions and 4108 deletions

View File

@ -13,8 +13,10 @@
"noUnusedParameters": true,
"baseUrl": "./src",
"paths": {
"/*": ["./*"]
"/*": ["./*"],
"convenience-functions": ["./convenience-functions"],
"@export/*": ["./export/*"]
}
},
"exclude": ["node_modules", "tests", "**/_*", "demo", "scripts", "webpack.config.ts"]
"include": ["src"]
}