Updated tsconfig
This commit is contained in:
@@ -1,20 +1,22 @@
|
|||||||
{
|
{
|
||||||
"compilerOptions": {
|
"compilerOptions": {
|
||||||
"module": "commonjs",
|
"module": "commonjs",
|
||||||
"esModuleInterop": true,
|
"declaration": true,
|
||||||
"target": "es6",
|
"removeComments": true,
|
||||||
"noImplicitAny": true,
|
"noImplicitAny": true,
|
||||||
"moduleResolution": "node",
|
"alwaysStrict": true,
|
||||||
|
"charset": "utf-8",
|
||||||
|
"allowSyntheticDefaultImports": true,
|
||||||
|
"target": "es2017",
|
||||||
"sourceMap": true,
|
"sourceMap": true,
|
||||||
"outDir": "dist",
|
"outDir": "./dist",
|
||||||
"baseUrl": ".",
|
"esModuleInterop": true,
|
||||||
"paths": {
|
"baseUrl": "./",
|
||||||
"*": [
|
"incremental": true,
|
||||||
"node_modules/*"
|
"types": [
|
||||||
]
|
"node",
|
||||||
|
"express",
|
||||||
|
"sequelize"
|
||||||
|
],
|
||||||
}
|
}
|
||||||
},
|
|
||||||
"include": [
|
|
||||||
"src/**/*"
|
|
||||||
]
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user