fix: disable incremental

This commit is contained in:
三咲智子 Kevin Deng 2023-08-27 23:51:25 +08:00
parent 1dd05b1ae8
commit 477462bc01
No known key found for this signature in database
GPG Key ID: 69992F2250DFD93E

View File

@ -15,8 +15,7 @@
"paths": {
"@vue/babel-plugin-jsx": ["./packages/babel-plugin-jsx/src"]
},
"noEmit": true,
"incremental": true
"noEmit": true
},
"include": ["packages/*/src", "packages/*/test"]
}