mirror of
https://github.com/strapi/strapi.git
synced 2026-01-06 12:13:52 +00:00
11 lines
186 B
JSON
11 lines
186 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"include": ["./src"],
|
|
"exclude": ["**/__tests__/**"],
|
|
"compilerOptions": {
|
|
"rootDir": "../",
|
|
"baseUrl": ".",
|
|
"outDir": "./dist"
|
|
}
|
|
}
|