Addded: .env.example, fixed build

This commit is contained in:
2024-05-02 00:09:26 +02:00
parent 96900fd3b3
commit 3227854086
5 changed files with 19 additions and 3 deletions

View File

@@ -7,9 +7,12 @@
"strict": true /* Enable all strict type-checking options. */,
"baseUrl": "./" /* Base directory to resolve non-absolute module names. */,
"esModuleInterop": true /* Emit additional JavaScript to ease support for importing CommonJS modules. This enables `allowSyntheticDefaultImports` for type compatibility. */,
"resolveJsonModule": true,
"experimentalDecorators": true, /* Enables experimental support for ES7 decorators. */
"emitDecoratorMetadata": true, /* Enables experimental support for emitting type metadata for decorators. */
"skipLibCheck": true /* Skip type checking all .d.ts files. */,
"forceConsistentCasingInFileNames": true /* Ensure that casing is correct in imports. */,
"declaration": true
//"declaration": true, /* Enables experimental support for emitting type metadata for decorators. */
},
"exclude": ["_old", "node_modules", "src/make-files", "src/skeletons", "src/tests", "src/interfaces", "src/utils"]
"exclude": ["src/tests", "./tests"]
}