Files
gitlab-ci-local/tsconfig.json
Evan Kohilas 3c41ae5b7b Fix json import (#1424)
* Fix running error by reverting import with type json

* convert json import to parse
2024-11-14 18:44:28 +01:00

14 lines
288 B
JSON

{
"compilerOptions": {
"target": "esnext",
"module": "esnext",
"moduleResolution": "node",
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"inlineSourceMap": true,
"inlineSources": true,
"strict": true,
"skipLibCheck": true,
}
}