mirror of
https://github.com/strapi/strapi.git
synced 2026-01-07 04:33:46 +00:00
9 lines
178 B
JSON
9 lines
178 B
JSON
{
|
|
"extends": "tsconfig/base.json",
|
|
"compilerOptions": {
|
|
"outDir": "dist"
|
|
},
|
|
"include": ["src"],
|
|
"exclude": ["node_modules", "src/resources/**/*", "package.json"]
|
|
}
|