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