mirror of
https://github.com/myfatemi04/wheelshare-old-backend.git
synced 2025-05-03 17:29:50 -04:00
add tsconfig
This commit is contained in:
parent
0b21d1deb8
commit
26bfd49d72
|
@ -2,8 +2,10 @@
|
||||||
"name": "carpool-backend",
|
"name": "carpool-backend",
|
||||||
"version": "1.0.0",
|
"version": "1.0.0",
|
||||||
"description": "",
|
"description": "",
|
||||||
"main": "index.js",
|
"main": "dist/index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
"build": "tsc",
|
||||||
|
"start": "node dist/index.js",
|
||||||
"test": "echo \"Error: no test specified\" && exit 1"
|
"test": "echo \"Error: no test specified\" && exit 1"
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
|
|
0
src/index.ts
Normal file
0
src/index.ts
Normal file
7
tsconfig.json
Normal file
7
tsconfig.json
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
{
|
||||||
|
"compilerOptions": {
|
||||||
|
"outDir": "dist/"
|
||||||
|
},
|
||||||
|
"include": ["src/"],
|
||||||
|
"exclude": ["node_modules/"],
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user