strapi/packages/plugins/documentation/server/tsconfig.eslint.json
2024-03-21 18:20:12 +01:00

9 lines
135 B
JSON

{
"extends": "./tsconfig.json",
"compilerOptions": {
"noEmit": true
},
"include": ["src"],
"exclude": ["node_modules"]
}