diff options
Diffstat (limited to '.github/actions/publish-artifacts/tsconfig.json')
-rw-r--r-- | .github/actions/publish-artifacts/tsconfig.json | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/.github/actions/publish-artifacts/tsconfig.json b/.github/actions/publish-artifacts/tsconfig.json new file mode 100644 index 0000000..8b4fecf --- /dev/null +++ b/.github/actions/publish-artifacts/tsconfig.json @@ -0,0 +1,11 @@ +{ + "compilerOptions": { + "target": "ES2015", + "module": "ESNext", + "moduleResolution": "Node", + "esModuleInterop": true, + "forceConsistentCasingInFileNames": true, + "strict": true, + "skipLibCheck": true + } +} |