project-version-check/tsconfig.json
Shakar d0822c2ad7
Update package json
Signed-off-by: Shakar <5h4k4r.b4kr@gmail.com>
2023-09-17 13:46:33 +03:00

12 lines
140 B
JSON

{
"compilerOptions": {
"typeRoots": [
"node_modules/@types",
"src/typings"
],
"types": [
"node"
]
}
}