mirror of
https://github.com/strapi/strapi.git
synced 2026-01-01 01:33:50 +00:00
9 lines
131 B
JSON
9 lines
131 B
JSON
{
|
|
"extends": "tsconfig/client.json",
|
|
"include": ["src"],
|
|
"compilerOptions": {
|
|
"rootDir": "../",
|
|
"baseUrl": "."
|
|
}
|
|
}
|