mirror of
https://github.com/labring/laf.git
synced 2026-01-25 16:07:45 +00:00
* clean old version codes Signed-off-by: maslow <wangfugen@126.com> * remove old codes & refactor dir struct * merge next-web & move to web * fix configs * fix ci Signed-off-by: maslow <wangfugen@126.com>
10 lines
183 B
JSON
10 lines
183 B
JSON
{
|
|
"moduleFileExtensions": ["js", "json", "ts"],
|
|
"rootDir": ".",
|
|
"testEnvironment": "node",
|
|
"testRegex": ".e2e-spec.ts$",
|
|
"transform": {
|
|
"^.+\\.(t|j)s$": "ts-jest"
|
|
}
|
|
}
|