webpack and all loader as well plugin version update

This commit is contained in:
hardiknai-techm
2021-04-28 12:00:32 +05:30
parent 71e7ad4547
commit d65600dd14
389 changed files with 4905 additions and 6187 deletions

View File

@@ -19,8 +19,9 @@
"moduleResolution": "node",
"resolveJsonModule": true,
"noEmit": true,
"types": ["jest"]
"types": ["jest"],
"baseUrl": "src"
},
"include": ["./src/**/*", "./test/testExplorer/TestExplorer.ts"],
"include": ["./src/**/*", "./test/testExplorer/TestExplorer.ts", "./**/*.ts", "./**/*.tsx"],
"exclude": ["./src/**/__mocks__/**/*"]
}