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