server migration to TypeScript
This commit is contained in:
17
tsconfig.json
Normal file
17
tsconfig.json
Normal file
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"compilerOptions": {
|
||||
"outDir": "./dist",
|
||||
"allowJs": true,
|
||||
"target": "ES2018",
|
||||
"module": "commonjs",
|
||||
"esModuleInterop": true,
|
||||
"strict": false,
|
||||
"noEmit": false
|
||||
},
|
||||
"exclude": [
|
||||
"node_modules"
|
||||
],
|
||||
"include": [
|
||||
"./server/src/**/*"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user