mirror of
https://github.com/dkmstr/openuds-gui.git
synced 2025-01-02 01:17:35 +03:00
Update project version to 4.0.0 and adjust configuration files
This commit is contained in:
parent
dffad080c4
commit
b1a7e568ff
@ -1,9 +1,9 @@
|
||||
{
|
||||
"$schema": "./node_modules/@angular/cli/lib/config/schema.json",
|
||||
"version": 1,
|
||||
"cli": {
|
||||
"analytics": false
|
||||
},
|
||||
"version": 1,
|
||||
"newProjectRoot": "projects",
|
||||
"projects": {
|
||||
"uds": {
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "uds",
|
||||
"version": "3.0.0",
|
||||
"version": "4.0.0",
|
||||
"license": "BSD-3-Clause",
|
||||
"scripts": {
|
||||
"ng": "ng",
|
||||
|
@ -2,7 +2,7 @@
|
||||
{
|
||||
"compileOnSave": false,
|
||||
"compilerOptions": {
|
||||
"baseUrl": "./",
|
||||
"baseUrl": "./src",
|
||||
"outDir": "./dist/out-tsc",
|
||||
"forceConsistentCasingInFileNames": true,
|
||||
"esModuleInterop": true,
|
||||
|
Loading…
Reference in New Issue
Block a user