1
0
forked from noxious/server

NQ-58 & NQ-57

This commit is contained in:
2024-06-06 19:03:55 +02:00
parent cf24ab1af9
commit ccf14fcd6b
3 changed files with 38 additions and 9 deletions

View File

@ -1,11 +1,6 @@
{
"compilerOptions": {
/* Visit https://aka.ms/tsconfig to read more about this file */
"baseUrl": ".",
"paths": {
"@/*": ["./src/*"]
},
// include logo.txt from ./src to dist
"outDir": "./dist",
"target": "ES2022", /* Set the JavaScript language version for emitted JavaScript and include compatible library declarations. */
"module": "commonjs", /* Specify what module code is generated. */
@ -15,4 +10,4 @@
"strict": true, /* Enable all strict type-checking options. */
"skipLibCheck": true, /* Skip type checking of declaration files. */
}
}
}