Exclude d.ts from tsfmt

This commit is contained in:
Mario Zechner 2021-08-16 19:34:45 +02:00
parent 61f63549d4
commit f13ad0d983

View File

@ -31,6 +31,7 @@ spotless {
typescript { typescript {
target 'spine-ts/**/*.ts' target 'spine-ts/**/*.ts'
targetExclude 'spine-ts/**/*.d.ts'
tsfmt('7.2.2').tsfmtFile('formatters/tsfmt.json') tsfmt('7.2.2').tsfmtFile('formatters/tsfmt.json')
} }
} }