Compare commits
No commits in common. "0b22da2e4d5217fe175aa9b371c54e10cd5cba24" and "a5fc6dd2340cd9fb09061e83cfc54982f50cdd59" have entirely different histories.
0b22da2e4d
...
a5fc6dd234
@ -1,4 +0,0 @@
|
||||
{
|
||||
"tabWidth": 4,
|
||||
"useTabs": false
|
||||
}
|
8
.vscode/extensions.json
vendored
8
.vscode/extensions.json
vendored
@ -1,8 +0,0 @@
|
||||
{
|
||||
"recommendations": [
|
||||
"2gua.rainbow-brackets",
|
||||
"christian-kohler.npm-intellisense",
|
||||
"remimarsal.prettier-now"
|
||||
],
|
||||
"unwantedRecommendations": []
|
||||
}
|
@ -1,5 +1,3 @@
|
||||
import * as dotenvSafe from 'dotenv-safe';
|
||||
dotenvSafe.config();
|
||||
import express from 'express';
|
||||
const app = express();
|
||||
const PORT = 4010;
|
||||
|
@ -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
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user