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