mirror of
https://github.com/strapi/strapi.git
synced 2025-06-27 00:41:25 +00:00
21 lines
345 B
JSON
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/*"
|
|
]
|
|
}
|