leave the original values alone

This commit is contained in:
Ben Irvin 2022-08-17 11:09:27 +02:00
parent 53852582cd
commit 06596f5e4d

View File

@ -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: [