wheelshare-old-backend/tsconfig.json
Michael Fatemi 26bfd49d72 add tsconfig
2021-04-10 11:13:01 -04:00

7 lines
102 B
JSON

{
"compilerOptions": {
"outDir": "dist/"
},
"include": ["src/"],
"exclude": ["node_modules/"],
}