strapi/jsconfig.json
soupette b38ab6fc73 Exclude kitchensink app from tests
Signed-off-by: soupette <cyril@strapi.io>
2021-09-09 08:20:27 +02:00

21 lines
345 B
JSON

{
"compilerOptions": {
"rootDir": ".",
"module": "commonjs",
"target": "es6"
},
"exclude": [
"**/node_modules/*",
".git",
".npm",
"**/.cache/*",
"**/.tmp/*",
"**/dist/*",
"**/build/*",
"**/*.test.js",
"**/*.test.e2e.js",
"**/examples/getstarted/*",
"**/examples/kitchensink/*"
]
}