Fix backend: remove type:module, conflicts with CommonJS tsc output
This commit is contained in:
parent
674cac6a4d
commit
db8bc58691
1 changed files with 0 additions and 1 deletions
|
|
@ -2,7 +2,6 @@
|
||||||
"name": "lad-website-backend",
|
"name": "lad-website-backend",
|
||||||
"version": "0.1.0",
|
"version": "0.1.0",
|
||||||
"private": true,
|
"private": true,
|
||||||
"type": "module",
|
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"start": "node dist/index.js",
|
"start": "node dist/index.js",
|
||||||
"dev": "tsx --watch src/index.ts",
|
"dev": "tsx --watch src/index.ts",
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue