Took 25 hours 49 minutes
This commit is contained in:
2022-11-15 00:58:59 +01:00
parent a7fac21442
commit a356b39bad
46 changed files with 936 additions and 181 deletions

View File

@ -11,7 +11,7 @@ module.exports = {
{
test: /\.tsx?$/,
use: "ts-loader",
exclude: /node_modules/,
//exclude: /node_modules/,
},
],
},