Created
September 17, 2021 08:33
-
-
Save seanstainability/dd3bc456b11776bf40579456b8d772ff to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ // webpack이 webpack.config.ts를 인식 못해서 추가하는 파일 | |
"compilerOptions": { | |
"module": "commonjs", | |
"moduleResolution": "Node", | |
"target": "ES5", | |
"esModuleInterop": true | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
package.json의 scripts의 dev를 cross-env TS_NODE_PROJECT="tsconfig-for-webpack-config.json" webpack serve --env development