Compare commits

..

No commits in common. "0b22da2e4d5217fe175aa9b371c54e10cd5cba24" and "a5fc6dd2340cd9fb09061e83cfc54982f50cdd59" have entirely different histories.

4 changed files with 8 additions and 22 deletions

View File

@ -1,4 +0,0 @@
{
"tabWidth": 4,
"useTabs": false
}

View File

@ -1,8 +0,0 @@
{
"recommendations": [
"2gua.rainbow-brackets",
"christian-kohler.npm-intellisense",
"remimarsal.prettier-now"
],
"unwantedRecommendations": []
}

View File

@ -1,5 +1,3 @@
import * as dotenvSafe from 'dotenv-safe';
dotenvSafe.config();
import express from 'express';
const app = express();
const PORT = 4010;

View File

@ -1,10 +1,10 @@
{
"compilerOptions": {
"target": "es6",
"module": "commonjs",
"rootDir": "./src",
"outDir": "./build",
"esModuleInterop": true,
"strict": true
}
"compilerOptions": {
"target": "es6",
"module": "commonjs",
"rootDir": "./src",
"outDir": "./build",
"esModuleInterop": true,
"strict": true
}
}