Fix bug
This commit is contained in:
parent
d9703eab67
commit
c38a792238
|
@ -21,6 +21,6 @@
|
||||||
"./src/**/*.ts"
|
"./src/**/*.ts"
|
||||||
],
|
],
|
||||||
"exclude": [
|
"exclude": [
|
||||||
"./src/web/**/*.ts"
|
"./src/web/app/**/*.ts"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue