mirror of
https://github.com/movie-web/backend.git
synced 2025-09-13 08:23:26 +00:00
web server setup
This commit is contained in:
@@ -12,11 +12,11 @@
|
||||
"rootDir": "src",
|
||||
"baseUrl": "src",
|
||||
"experimentalDecorators": true,
|
||||
"isolatedModules": false,
|
||||
"isolatedModules": true,
|
||||
"emitDecoratorMetadata": true,
|
||||
"strict": true,
|
||||
"paths": {
|
||||
"@*": ["./*"]
|
||||
"@/*": ["./*"]
|
||||
}
|
||||
},
|
||||
"lib": ["es6"],
|
||||
|
Reference in New Issue
Block a user