mirror of
https://github.com/strapi/strapi.git
synced 2026-01-02 02:08:26 +00:00
19 lines
323 B
JSON
19 lines
323 B
JSON
{
|
|
"extends": "@strapi/typescript-utils/tsconfigs/server",
|
|
"compilerOptions": {
|
|
"outDir": "dist",
|
|
"rootDir": "."
|
|
},
|
|
"include": ["./", "src/**/*.json"],
|
|
"exclude": [
|
|
"node_modules/",
|
|
"build/",
|
|
"dist/",
|
|
".cache/",
|
|
".tmp/",
|
|
"src/admin/",
|
|
"**/*.test.ts",
|
|
"src/plugins/**"
|
|
]
|
|
}
|