strapi/jsconfig.json
2021-08-12 09:23:04 +02:00

20 lines
312 B
JSON

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