feat: set tsbuildinfo file in dist directory

So that when deleting the `dist` directory, the file gets deleted too.
This commit is contained in:
fryorcraken.eth 2022-08-03 15:01:35 +10:00 committed by fryorcraken.eth
parent f929be064b
commit c1b158cbf0
No known key found for this signature in database
GPG Key ID: A82ED75A8DFC50A4
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@
"sourceMap": true,
"esModuleInterop": true /* Enables emit interoperability between CommonJS and ES Modules via creation of namespace objects for all imports. Implies 'allowSyntheticDefaultImports'. */,
"resolveJsonModule": true /* Include modules imported with .json extension. */,
"tsBuildInfoFile": "dist/.tsbuildinfo",
"strict": true /* Enable all strict type-checking options. */,
/* Strict Type-Checking Options */