mirror of
https://gitlab.com/MrFry/mrfrys-node-server
synced 2025-04-01 20:24:18 +02:00
Typescript fine tuning
This commit is contained in:
parent
c0deaf5e16
commit
2532e45228
5 changed files with 12 additions and 552 deletions
|
@ -1,7 +1,10 @@
|
|||
{
|
||||
"compilerOptions": {
|
||||
"moduleResolution": "node",
|
||||
"esModuleInterop": true,
|
||||
"target": "es6",
|
||||
"allowJs": true,
|
||||
"module": "system",
|
||||
"module": "commonjs",
|
||||
"removeComments": true,
|
||||
"preserveConstEnums": true,
|
||||
"sourceMap": true,
|
||||
|
@ -12,7 +15,7 @@
|
|||
]
|
||||
},
|
||||
"files": [
|
||||
"src/server.js"
|
||||
"src/server.ts"
|
||||
],
|
||||
"include": [
|
||||
"src/**/*"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue