- starting project list...
- ordering some functions
- fix error TS2339
quasar.extensions.json was the problem !
inside had:
{
"@quasar/typescript": {
"webpack": "plugin",
"rename": true
}
}
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
// export * from './GlobalState.d'
|
||||
|
||||
|
||||
export * from './ProgressBar.d'
|
||||
|
||||
export interface IResponse<T> {
|
||||
success?: boolean,
|
||||
|
||||
Reference in New Issue
Block a user