We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ac34d4 commit 049fadeCopy full SHA for 049fade
tsconfig.lib.json
@@ -1,5 +1,5 @@
1
{
2
- "extends": "../../../tsconfig-lib.json",
+ "extends": "../../../tsconfig.json",
3
"compilerOptions": {
4
"outDir": "../../../out-tsc/lib",
5
"target": "es2015",
@@ -18,7 +18,6 @@
18
],
19
"paths": {
20
"@ui-model/core": [
21
- "dist/ui-model/core",
22
"projects/ui-model/core"
23
]
24
}
tsconfig.spec.json
"outDir": "../../../out-tsc/spec",
"types": [
0 commit comments