save package version in config file

This commit is contained in:
pablof7z 2023-07-06 22:58:38 +02:00
commit 88811fbcd2
5 changed files with 9 additions and 2 deletions

View file

@ -12,6 +12,7 @@
// "jsx": "preserve", /* Specify JSX code generation: 'preserve', 'react-native', or 'react'. */
"declaration": true, /* Generates corresponding '.d.ts' file. */
"sourceMap": true, /* Generates corresponding '.map' file. */
"resolveJsonModule": true,
// "outFile": "./", /* Concatenate and emit output to single file. */
"outDir": "dist", /* Redirect output structure to the directory. */
"rootDir": "src", /* Specify the root directory of input files. Use to control the output directory structure with --outDir. */