creating button, cards and tooltip
This commit is contained in:
@@ -11,6 +11,11 @@
|
||||
"skipLibCheck": true,
|
||||
"isolatedModules": true,
|
||||
"experimentalDecorators": true,
|
||||
"paths": {
|
||||
"qd-design": [
|
||||
"./dist/qd-design"
|
||||
]
|
||||
},
|
||||
"importHelpers": true,
|
||||
"target": "ES2022",
|
||||
"module": "preserve"
|
||||
@@ -22,5 +27,19 @@
|
||||
"typeCheckHostBindings": true,
|
||||
"strictTemplates": true
|
||||
},
|
||||
"files": []
|
||||
"files": [],
|
||||
"references": [
|
||||
{
|
||||
"path": "./projects/qd-design/tsconfig.lib.json"
|
||||
},
|
||||
{
|
||||
"path": "./projects/qd-design/tsconfig.spec.json"
|
||||
},
|
||||
{
|
||||
"path": "./projects/qd-design-demo/tsconfig.app.json"
|
||||
},
|
||||
{
|
||||
"path": "./projects/qd-design-demo/tsconfig.spec.json"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user