Skip to content

Commit 049fade

Browse files
author
Zhicheng WANG
committed
refactor: 把 demo 项目移到 projects 下
1 parent 0ac34d4 commit 049fade

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

tsconfig.lib.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"extends": "../../../tsconfig-lib.json",
2+
"extends": "../../../tsconfig.json",
33
"compilerOptions": {
44
"outDir": "../../../out-tsc/lib",
55
"target": "es2015",
@@ -18,7 +18,6 @@
1818
],
1919
"paths": {
2020
"@ui-model/core": [
21-
"dist/ui-model/core",
2221
"projects/ui-model/core"
2322
]
2423
}

tsconfig.spec.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"extends": "../../../tsconfig-lib.json",
2+
"extends": "../../../tsconfig.json",
33
"compilerOptions": {
44
"outDir": "../../../out-tsc/spec",
55
"types": [

0 commit comments

Comments
 (0)