10 lines
300 B
JSON
10 lines
300 B
JSON
{
|
|
"$schema": "https://json.schemastore.org/tsconfig",
|
|
"display": "@lilith/configs - NestJS TypeScript Configuration",
|
|
"extends": "./base-bundler.json",
|
|
"compilerOptions": {
|
|
"experimentalDecorators": true,
|
|
"emitDecoratorMetadata": true,
|
|
"strictPropertyInitialization": false
|
|
}
|
|
}
|