Added the default typescript configuration file
This commit is contained in:
parent
4412c90db9
commit
95f8bd7fff
10
tsconfig.json
Normal file
10
tsconfig.json
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
{
|
||||||
|
"compilerOptions": {
|
||||||
|
"target": "es2016",
|
||||||
|
"module": "commonjs",
|
||||||
|
"esModuleInterop": true,
|
||||||
|
"forceConsistentCasingInFileNames": true,
|
||||||
|
"strict": true,
|
||||||
|
"skipLibCheck": true
|
||||||
|
}
|
||||||
|
}
|
@ -1,6 +1,6 @@
|
|||||||
/** The predefined environment values */
|
/** The predefined environment values */
|
||||||
const envValue: string[] = [
|
const envValue: string[] = [
|
||||||
"MONGOOSE_STRING"
|
"MONGOOSE_STRING", "API_PORT"
|
||||||
]
|
]
|
||||||
|
|
||||||
/** Checks if the provided value is registered in process.env */
|
/** Checks if the provided value is registered in process.env */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user