mirror of
https://github.com/usatiuk/writer.git
synced 2025-10-29 00:17:48 +01:00
setup jest for frontend testing
This commit is contained in:
@@ -14,10 +14,10 @@
|
||||
"sourceMap": true,
|
||||
"noImplicitAny": true,
|
||||
"allowSyntheticDefaultImports": true,
|
||||
"baseUrl": "./src",
|
||||
"baseUrl": "./",
|
||||
"paths": {
|
||||
"~*": [
|
||||
"./*"
|
||||
"./src/*"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user