mirror of
https://github.com/strapi/strapi.git
synced 2025-12-29 16:16:20 +00:00
9 lines
133 B
JSON
9 lines
133 B
JSON
{
|
|
"extends": "tsconfig/client.json",
|
|
"include": ["./src"],
|
|
"compilerOptions": {
|
|
"rootDir": "../",
|
|
"baseUrl": "."
|
|
}
|
|
}
|