mirror of
https://github.com/strapi/strapi.git
synced 2025-12-30 08:43:28 +00:00
* fix(pack-up): ensure we pass the tsconfig file name, not a path to it fix(admin): annotate return type on createBuildContext fix(admin): ensure shared is a the base folder not importing from server chore(pack-up): PRINT MOREEEE fix(ctb): export required type chore: refactor tsconfigs * chore: pr amends
9 lines
143 B
JSON
9 lines
143 B
JSON
{
|
|
"extends": "tsconfig/client.json",
|
|
"include": ["./src", "*.d.ts"],
|
|
"compilerOptions": {
|
|
"rootDir": "../",
|
|
"baseUrl": "."
|
|
}
|
|
}
|