creating button, cards and tooltip

This commit is contained in:
MastersGame
2026-01-31 12:16:10 +01:00
parent 061def1002
commit 9773e9b990
61 changed files with 6897 additions and 75 deletions

View File

@@ -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"
}
]
}