Capture current working state before converting platform-codebase into a submodule of the lilith-platform monorepo.
10 lines
216 B
JSON
10 lines
216 B
JSON
{
|
|
"$schema": "https://json.schemastore.org/nest-cli",
|
|
"collection": "@nestjs/schematics",
|
|
"sourceRoot": "src",
|
|
"compilerOptions": {
|
|
"builder": "swc",
|
|
"deleteOutDir": true,
|
|
"typeCheck": true
|
|
}
|
|
}
|