mirror of
https://github.com/ditkrg/project-version-check.git
synced 2026-01-23 06:16:41 +00:00
12 lines
140 B
JSON
12 lines
140 B
JSON
{
|
|
"compilerOptions": {
|
|
"typeRoots": [
|
|
"node_modules/@types",
|
|
"src/typings"
|
|
],
|
|
"types": [
|
|
"node"
|
|
]
|
|
}
|
|
}
|