8381483f79
Add the front-end sources of the new back-office. The front-end doesn't have any business logic, it only has the pages and the components, so it's purely UI. The front-end was developed in a separate repository until was completed. Change-Id: I382e50789d6b929a67b8a0b887563ef48cb1473d
20 lines
279 B
JSON
20 lines
279 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "es5",
|
|
"module": "esnext",
|
|
"baseUrl": "./",
|
|
"moduleResolution": "node",
|
|
"paths": {
|
|
"@/*": [
|
|
"src/*"
|
|
]
|
|
},
|
|
"lib": [
|
|
"esnext",
|
|
"dom",
|
|
"dom.iterable",
|
|
"scripthost"
|
|
]
|
|
}
|
|
}
|