rsnext/packages/react-refresh-utils/tsconfig.json
Tobias Koppers 4f212ee91d
the way towards webpack 5 typings (#29105)
Co-authored-by: sokra <sokra@users.noreply.github.com>
2021-09-21 19:17:16 +02:00

16 lines
345 B
JSON

{
"compilerOptions": {
"module": "commonjs",
"sourceMap": true,
"esModuleInterop": true,
"target": "es2015",
"lib": ["dom"],
"downlevelIteration": true,
"preserveWatchOutput": true,
"paths": {
"webpack": ["../../node_modules/webpack5"]
}
},
"include": ["**/*.ts"],
"exclude": ["node_modules"]
}