life-manager/codebase/features/sms/@packages/@protocols/android/tsconfig.json

15 lines
354 B
JSON
Raw Permalink Normal View History

{
"extends": "../../../../../../tsconfig.base.json",
"compilerOptions": {
"outDir": "./dist",
"rootDir": "./src",
"declaration": true,
"declarationMap": true,
"emitDeclarationOnly": true,
"experimentalDecorators": true,
"emitDecoratorMetadata": true
},
"include": ["src/**/*"],
"exclude": ["node_modules", "dist"]
}