clean-architecture/tsconfig.json
2023-09-14 01:20:26 +00:00

12 lines
708 B
JSON

{
"compilerOptions": {
"incremental": true, /* Save .tsbuildinfo files to allow for incremental compilation of projects. */
"target": "es2016", /* Set the JavaScript language version for emitted JavaScript and include compatible library declarations. */
"module": "commonjs", /* Specify what module code is generated. */
"outDir": "./dist", /* Specify an output folder for all emitted files. */
"strict": true, /* Enable all strict type-checking options. */
"esModuleInterop": true
},
"include": ["src", "test"]
}