strapi/jsconfig.json
2022-10-27 19:49:37 +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.api.js",
"**/examples/getstarted/*",
"**/examples/kitchensink/*"
]
}