|
@@ -14,7 +14,7 @@
|
|
"type": "application",
|
|
"type": "application",
|
|
"root": "apps/fis-fingerprint",
|
|
"root": "apps/fis-fingerprint",
|
|
"entryFile": "main",
|
|
"entryFile": "main",
|
|
- "sourceRoot": "apps/fis-fingerprint/src",
|
|
|
|
|
|
+ "sourceRoot": "apps/fis-fingerprint",
|
|
"compilerOptions": {
|
|
"compilerOptions": {
|
|
"tsConfigPath": "apps/fis-fingerprint/tsconfig.app.json"
|
|
"tsConfigPath": "apps/fis-fingerprint/tsconfig.app.json"
|
|
}
|
|
}
|
|
@@ -27,24 +27,6 @@
|
|
"compilerOptions": {
|
|
"compilerOptions": {
|
|
"tsConfigPath": "apps/fis-verification/tsconfig.app.json"
|
|
"tsConfigPath": "apps/fis-verification/tsconfig.app.json"
|
|
}
|
|
}
|
|
- },
|
|
|
|
- "microservices": {
|
|
|
|
- "type": "application",
|
|
|
|
- "root": "apps/microservices",
|
|
|
|
- "entryFile": "main",
|
|
|
|
- "sourceRoot": "apps/microservices/src",
|
|
|
|
- "compilerOptions": {
|
|
|
|
- "tsConfigPath": "apps/microservices/tsconfig.app.json"
|
|
|
|
- }
|
|
|
|
- },
|
|
|
|
- "verification": {
|
|
|
|
- "type": "application",
|
|
|
|
- "root": "apps/verification",
|
|
|
|
- "entryFile": "main",
|
|
|
|
- "sourceRoot": "apps/verification/src",
|
|
|
|
- "compilerOptions": {
|
|
|
|
- "tsConfigPath": "apps/verification/tsconfig.app.json"
|
|
|
|
- }
|
|
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|