mirror of
https://github.com/strapi/strapi.git
synced 2026-01-05 19:52:15 +00:00
9 lines
202 B
JSON
9 lines
202 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"noEmit": true
|
|
},
|
|
"include": ["src", "resources", "*.config.ts", "*.config.js", ".eslintrc.js"],
|
|
"exclude": ["node_modules", "dist"]
|
|
}
|