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';
|
import express from 'express';
|
||||||
const app = express();
|
const app = express();
|
||||||
const PORT = 4010;
|
const PORT = 4010;
|
||||||
|
@ -1,10 +1,10 @@
|
|||||||
{
|
{
|
||||||
"compilerOptions": {
|
"compilerOptions": {
|
||||||
"target": "es6",
|
"target": "es6",
|
||||||
"module": "commonjs",
|
"module": "commonjs",
|
||||||
"rootDir": "./src",
|
"rootDir": "./src",
|
||||||
"outDir": "./build",
|
"outDir": "./build",
|
||||||
"esModuleInterop": true,
|
"esModuleInterop": true,
|
||||||
"strict": true
|
"strict": true
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user