Create tsconfig.json
This commit is contained in:
parent
fc35048f7d
commit
5abf631ffc
1 changed files with 15 additions and 0 deletions
15
node_modules/dotenv/types/tsconfig.json
generated
vendored
Normal file
15
node_modules/dotenv/types/tsconfig.json
generated
vendored
Normal file
|
@ -0,0 +1,15 @@
|
|||
{
|
||||
"compilerOptions": {
|
||||
"module": "commonjs",
|
||||
"lib": ["es6"],
|
||||
"noImplicitAny": true,
|
||||
"noImplicitThis": true,
|
||||
"strictNullChecks": true,
|
||||
"strictFunctionTypes": true,
|
||||
"noEmit": true,
|
||||
"baseUrl": ".",
|
||||
"paths": {
|
||||
"dotenv": ["."]
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue