mirror of
https://github.com/strapi/strapi.git
synced 2025-11-16 10:07:55 +00:00
leave the original values alone
This commit is contained in:
parent
53852582cd
commit
06596f5e4d
@ -9,12 +9,14 @@ module.exports = () => ({
|
|||||||
},
|
},
|
||||||
|
|
||||||
include: [
|
include: [
|
||||||
|
// Include root files
|
||||||
|
'./',
|
||||||
// Include all ts files
|
// Include all ts files
|
||||||
'./**/*.ts',
|
'./**/*.ts',
|
||||||
// Include all js files
|
// Include all js files
|
||||||
'./**/*.js',
|
'./**/*.js',
|
||||||
// Force the JSON files in the src folder to be included
|
// Force the JSON files in the src folder to be included
|
||||||
'./src/**/*.json',
|
'src/**/*.json',
|
||||||
],
|
],
|
||||||
|
|
||||||
exclude: [
|
exclude: [
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user