mirror of
https://github.com/myfatemi04/wheelshare-old-backend.git
synced 2025-05-02 16:59:50 -04:00
add tsconfig
This commit is contained in:
parent
0b21d1deb8
commit
26bfd49d72
|
@ -2,8 +2,10 @@
|
|||
"name": "carpool-backend",
|
||||
"version": "1.0.0",
|
||||
"description": "",
|
||||
"main": "index.js",
|
||||
"main": "dist/index.js",
|
||||
"scripts": {
|
||||
"build": "tsc",
|
||||
"start": "node dist/index.js",
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
},
|
||||
"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