mirror of
https://github.com/strapi/strapi.git
synced 2025-12-28 15:44:59 +00:00
9 lines
131 B
JSON
9 lines
131 B
JSON
{
|
|
"extends": "tsconfig/base.json",
|
|
"include": ["./src"],
|
|
"compilerOptions": {
|
|
"rootDir": "../",
|
|
"baseUrl": "."
|
|
}
|
|
}
|