path
This commit is contained in:
+9
-5
@@ -1,5 +1,5 @@
|
||||
{
|
||||
//"files": [],
|
||||
"files": [],
|
||||
"references": [
|
||||
{
|
||||
"path": "./tsconfig.node.json"
|
||||
@@ -12,16 +12,20 @@
|
||||
"experimentalDecorators": true,
|
||||
"emitDecoratorMetadata": true,
|
||||
"resolveJsonModule": true,
|
||||
//"noImplicitOverride": true,
|
||||
"noImplicitOverride": true,
|
||||
"noImplicitReturns": true,
|
||||
//"noPropertyAccessFromIndexSignature": true,
|
||||
"noPropertyAccessFromIndexSignature": true,
|
||||
"isolatedModules": true,
|
||||
//"verbatimModuleSyntax": true,
|
||||
"verbatimModuleSyntax": true,
|
||||
"allowSyntheticDefaultImports": true,
|
||||
"esModuleInterop": true,
|
||||
"forceConsistentCasingInFileNames": true,
|
||||
"moduleResolution": "node",
|
||||
"strict": true,
|
||||
"importHelpers": true
|
||||
"importHelpers": true,
|
||||
"paths": {
|
||||
"@util/*": ["server/util/*"],
|
||||
"@server/*": ["server/*"],
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user