revert tsconfig change
This commit is contained in:
parent
57fd3a32f3
commit
1a25f3fef7
1 changed files with 1 additions and 2 deletions
|
@ -17,7 +17,6 @@
|
|||
"strict": true,
|
||||
"target": "es2020",
|
||||
"preserveValueImports": false,
|
||||
"baseUrl": ".",
|
||||
"paths": {
|
||||
"$lib": [
|
||||
"./src/lib"
|
||||
|
@ -29,7 +28,7 @@
|
|||
"./src/api"
|
||||
],
|
||||
"@test-data": [
|
||||
"./src/test-data/*"
|
||||
"./src/test-data"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue