mirror of
https://git.mirrors.martin98.com/https://github.com/SigNoz/signoz
synced 2025-06-30 19:35:11 +08:00
chore: fix tsconfig to support webpack alias (#175)
This commit is contained in:
parent
77abb47b4c
commit
bf0c1a3dcc
@ -16,7 +16,10 @@
|
|||||||
"moduleResolution": "node",
|
"moduleResolution": "node",
|
||||||
"resolveJsonModule": true,
|
"resolveJsonModule": true,
|
||||||
"isolatedModules": true,
|
"isolatedModules": true,
|
||||||
"noEmit": true
|
"noEmit": true,
|
||||||
},
|
"baseUrl": ".",
|
||||||
"include": ["src"]
|
"paths": {
|
||||||
|
"Src/*": ["./src/*"]
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user