mirror of https://github.com/status-im/js-waku.git
feat: set tsbuildinfo file in dist directory
So that when deleting the `dist` directory, the file gets deleted too.
This commit is contained in:
parent
f929be064b
commit
c1b158cbf0
|
@ -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 */
|
||||
|
|
Loading…
Reference in New Issue