This repository has been archived on 2023-04-19. You can view files and clone it, but cannot push or open issues or pull requests.
odproxy-deprecated/tsconfig.json

11 lines
224 B
JSON
Raw Permalink Normal View History

2022-06-08 22:06:57 +02:00
{
2022-06-08 22:32:34 +02:00
"compilerOptions": {
"target": "es5",
"moduleResolution": "node",
"removeComments": true,
"sourceMap": false,
"allowJs": true,
"esModuleInterop": true
}
2022-06-08 22:06:57 +02:00
}