mirror of
https://github.com/movie-web/backend.git
synced 2025-09-13 08:23:26 +00:00
Repo setup
This commit is contained in:
24
tsconfig.json
Normal file
24
tsconfig.json
Normal file
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"ts-node": {
|
||||
"files": true
|
||||
},
|
||||
"compilerOptions": {
|
||||
"module": "commonjs",
|
||||
"esModuleInterop": true,
|
||||
"target": "es6",
|
||||
"moduleResolution": "node",
|
||||
"sourceMap": true,
|
||||
"outDir": "dist",
|
||||
"rootDir": "src",
|
||||
"baseUrl": "src",
|
||||
"experimentalDecorators": true,
|
||||
"isolatedModules": false,
|
||||
"emitDecoratorMetadata": true,
|
||||
"strict": true,
|
||||
"paths": {
|
||||
"@*": ["./*"]
|
||||
}
|
||||
},
|
||||
"lib": ["es6"],
|
||||
"include": ["src/"]
|
||||
}
|
Reference in New Issue
Block a user