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