mirror of
https://github.com/strapi/strapi.git
synced 2025-12-28 23:57:32 +00:00
11 lines
183 B
JSON
11 lines
183 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"include": ["./src"],
|
|
"exclude": ["**/*.test.ts"],
|
|
"compilerOptions": {
|
|
"rootDir": "../",
|
|
"baseUrl": ".",
|
|
"outDir": "./dist"
|
|
}
|
|
}
|