mirror of
https://github.com/strapi/strapi.git
synced 2026-01-05 11:45:51 +00:00
11 lines
193 B
JSON
11 lines
193 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"rootDir": "../",
|
|
"baseUrl": ".",
|
|
"outDir": "./dist"
|
|
},
|
|
"include": ["src", "../shared"],
|
|
"exclude": ["**/*.test.*"]
|
|
}
|