Clean out tsconfig.tsbuildinfo

This commit is contained in:
Tony Garnock-Jones 2023-01-05 16:57:49 +01:00
parent 7a8b4462de
commit dd49f1f4f1
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@
"compile:watch": "syndicate-tsc -w --verbose --intermediate-directory src.ts",
"rollup": "rollup -c",
"rollup:watch": "rollup -c -w",
"clean": "rm -rf lib/ index.js index.js.map"
"clean": "rm -rf lib/ index.js index.js.map tsconfig.tsbuildinfo"
},
"author": "Tony Garnock-Jones <tonyg@leastfixedpoint.com>",
"dependencies": {