proto同步
This commit is contained in:
parent
d36b216903
commit
ea9e54287c
File diff suppressed because it is too large
Load Diff
|
@ -5,5 +5,12 @@
|
||||||
"strict": false
|
"strict": false
|
||||||
},
|
},
|
||||||
"include": ["src/**/*"],
|
"include": ["src/**/*"],
|
||||||
"exclude": ["/graphic-pixi/*/**.ts"]
|
"exclude": [
|
||||||
|
"./dist",
|
||||||
|
"./.quasar",
|
||||||
|
"./node_modules",
|
||||||
|
"./src-capacitor",
|
||||||
|
"./src-cordova",
|
||||||
|
"./quasar.config.*.temporary.compiled*"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue