Skip to content

Commit

Permalink
stashing ?
Browse files Browse the repository at this point in the history
  • Loading branch information
permaficus committed Jun 12, 2024
1 parent 9d3f36d commit 42ff039
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
node_modules
pub
vupd.js
.npmignore
19 changes: 19 additions & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"compilerOptions": {
/* Language and Environment */
"target": "ES2015", /* Set the JavaScript language version for emitted JavaScript and include compatible library declarations. */
/* Modules */
"module": "CommonJS", /* Specify what module code is generated. */
"rootDir": "./", /* Specify the root folder within your source files. */
/* JavaScript Support */
/*"allowJs": true, /* Allow JavaScript files to be a part of your program. Use the 'checkJS' option to get errors from these files. */
"outDir": "pub", /* Specify an output folder for all emitted files. */
"esModuleInterop": true,
"noEmit": false,
"moduleResolution": "Node10",
"declaration": true,
"declarationMap": true,
"resolveJsonModule": true
},
"exclude": ["node_modules", "pub", " tsconfig.json", "enmav.config.ts", "vupd.js"]
}

0 comments on commit 42ff039

Please sign in to comment.