mirror of
https://github.com/trafficlunar/blockmatic.git
synced 2026-05-13 13:07:50 +00:00
fix: 7a039643 build errors
This commit is contained in:
parent
7a0396438a
commit
c1e193a3bb
2 changed files with 0 additions and 2 deletions
|
|
@ -22,7 +22,6 @@
|
|||
"noFallthroughCasesInSwitch": true,
|
||||
"noUncheckedSideEffectImports": true,
|
||||
|
||||
"baseUrl": ".",
|
||||
"paths": {
|
||||
"@/*": [
|
||||
"./src/*"
|
||||
|
|
|
|||
|
|
@ -5,7 +5,6 @@
|
|||
{ "path": "./tsconfig.node.json" }
|
||||
],
|
||||
"compilerOptions": {
|
||||
"baseUrl": ".",
|
||||
"paths": {
|
||||
"@/*": ["./src/*"]
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue