Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
pokey committed Oct 27, 2023
1 parent ef98d34 commit 6a20279
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
4 changes: 2 additions & 2 deletions packages/cheatsheet-local/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"scripts": {
"compile": "tsc --build",
"watch": "tsc --build --watch",
"webpack": "pnpm compile && webpack --config ./src/webpack.config.cts",
"webpack": "pnpm compile && webpack --config ./src/webpack.config.ts",
"build": "pnpm build:prod",
"build:dev": "pnpm webpack --mode=development",
"build:prod": "pnpm webpack --mode=production --node-env=production",
Expand Down Expand Up @@ -47,7 +47,7 @@
"tailwindcss": "3.2.7",
"ts-loader": "9.4.2",
"ts-node": "10.9.1",
"typescript": "^5.2.2",
"typescript": "^5.1.6",
"webpack": "5.88.2",
"webpack-cli": "5.1.4",
"webpack-dev-server": "4.11.1"
Expand Down
5 changes: 1 addition & 4 deletions packages/cheatsheet-local/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,13 @@
"allowSyntheticDefaultImports": true,
"skipLibCheck": true,
"esModuleInterop": true,
"module": "ESNext",
"target": "es5",
"allowJs": true
},
"ts-node": {
"compilerOptions": {
"module": "NodeNext",
"moduleResolution": "NodeNext",
"esModuleInterop": true,
"allowSyntheticDefaultImports": true
"moduleResolution": "NodeNext"
}
},
"references": [
Expand Down

0 comments on commit 6a20279

Please sign in to comment.