mirror of
https://github.com/strapi/strapi.git
synced 2026-01-08 05:04:10 +00:00
* chore: initiate moving CM to own package * chore: refactor to handle routes * chore: init review-workflows-package * chore: fix build * chore: refactor review-workflows fe * chore: fix unit suite * chore: spelling mistake Co-authored-by: Jamie Howard <48524071+jhoward1994@users.noreply.github.com> --------- Co-authored-by: Jamie Howard <48524071+jhoward1994@users.noreply.github.com>
12 lines
264 B
JSON
12 lines
264 B
JSON
{
|
|
"extends": "tsconfig/client.json",
|
|
"compilerOptions": {
|
|
"rootDir": "../",
|
|
"baseUrl": ".",
|
|
"paths": {
|
|
"@tests/*": ["./tests/*"]
|
|
}
|
|
},
|
|
"include": ["../package.json", "./src", "../shared", "./tests", "./custom.d.ts", "./module.d.ts"]
|
|
}
|