34 lines
691 B
JSON
34 lines
691 B
JSON
{
|
|
"compilerOptions": {
|
|
"declaration": true,
|
|
"noImplicitAny": false,
|
|
"removeComments": true,
|
|
"noLib": false,
|
|
"emitDecoratorMetadata": true,
|
|
"experimentalDecorators": true,
|
|
"strict": true,
|
|
"moduleResolution": "node",
|
|
"resolveJsonModule": true,
|
|
"allowSyntheticDefaultImports": true,
|
|
"esModuleInterop": true,
|
|
"skipLibCheck": true,
|
|
"forceConsistentCasingInFileNames": true,
|
|
"isolatedModules": true
|
|
},
|
|
"exclude": ["node_modules"],
|
|
"references": [
|
|
{
|
|
"path": "./apps/front"
|
|
},
|
|
{
|
|
"path": "./apps/back"
|
|
},
|
|
{
|
|
"path": "./packages/messages/"
|
|
},
|
|
{
|
|
"path": "./packages/logger/"
|
|
}
|
|
]
|
|
}
|