mirror of
https://github.com/freqtrade/frequi.git
synced 2024-11-21 23:53:52 +00:00
Update tsconfig to support auto-imported components
This commit is contained in:
parent
c8f65f8578
commit
6d2a5c59c1
|
@ -29,19 +29,14 @@
|
|||
"src/**/*.tsx",
|
||||
"src/**/*.vue",
|
||||
"cypress/support/*.ts",
|
||||
"components.d.ts",
|
||||
],
|
||||
"exclude": [
|
||||
"node_modules",
|
||||
// "tests"
|
||||
],
|
||||
"vueCompilerOptions": {
|
||||
"experimentalImplicitWrapComponentOptionsWithDefineComponent": false,
|
||||
"target": 3,
|
||||
"experimentalTemplateCompilerOptions": {
|
||||
"compatConfig": {
|
||||
"MODE": 3
|
||||
} // optional
|
||||
},
|
||||
"experimentalModelPropName": {
|
||||
"": {
|
||||
"b-form-radio": true
|
||||
|
|
Loading…
Reference in New Issue
Block a user