apisculptify
Version:
Apisculptify is a powerful Node.js tool designed to automate the process of generating RESTful APIs for your TypeORM models. With Apisculptify, you can quickly create a new project, define your TypeORM models, and effortlessly generate CRUD (Create, Read,
15 lines (14 loc) • 796 B
JSON
{
"compilerOptions": {
"target": "ES2023" /* Target ES2023 to support the latest ECMAScript features */,
"module": "commonjs" /* CommonJS modules */,
"experimentalDecorators": true /* Enable experimental decorators */,
"emitDecoratorMetadata": true /* Emit metadata for decorators */,
"outDir": "./build" /* Output directory for compiled files */,
"esModuleInterop": true /* Enable interoperability with CommonJS */,
"forceConsistentCasingInFileNames": true /* Enforce consistent casing */,
"strict": true /* Enable strict type-checking */,
"strictNullChecks": false /* When type checking, take into account 'null' and 'undefined'. */,
"skipLibCheck": true /* Skip type checking for declaration files */
}
}