mirror of
https://gitlab.com/MrFry/mrfrys-node-server
synced 2025-04-01 20:24:18 +02:00
Typescript
This commit is contained in:
parent
1acc122e26
commit
c0deaf5e16
5 changed files with 337 additions and 4 deletions
25
tsconfig.json
Normal file
25
tsconfig.json
Normal file
|
@ -0,0 +1,25 @@
|
|||
{
|
||||
"compilerOptions": {
|
||||
"allowJs": true,
|
||||
"module": "system",
|
||||
"removeComments": true,
|
||||
"preserveConstEnums": true,
|
||||
"sourceMap": true,
|
||||
"outDir": "dist",
|
||||
"noImplicitAny": false,
|
||||
"lib": [
|
||||
"ES2020"
|
||||
]
|
||||
},
|
||||
"files": [
|
||||
"src/server.js"
|
||||
],
|
||||
"include": [
|
||||
"src/**/*"
|
||||
],
|
||||
"exclude": [
|
||||
"node_modules",
|
||||
"submodules",
|
||||
"devel"
|
||||
]
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue