strapi/packages/plugins/documentation/server/tsconfig.eslint.json

9 lines
135 B
JSON
Raw Normal View History

2024-03-15 20:24:37 +01:00
{
"extends": "./tsconfig.json",
"compilerOptions": {
"noEmit": true
},
"include": ["src"],
"exclude": ["node_modules"]
}