From 5efae623c39905221d853457808cdba99d6402e9 Mon Sep 17 00:00:00 2001 From: msinkec Date: Fri, 29 Mar 2024 18:22:45 +0100 Subject: [PATCH] ignore tsconfig-scryptTS.json --- .gitignore | 1 + tsconfig-scryptTS.json | 17 ----------------- 2 files changed, 1 insertion(+), 17 deletions(-) delete mode 100644 tsconfig-scryptTS.json diff --git a/.gitignore b/.gitignore index a0e3bab..3b6987c 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ artifacts/ scrypt.index.json **/scrypt.index.json .eslintcache +tsconfig-scryptTS.json diff --git a/tsconfig-scryptTS.json b/tsconfig-scryptTS.json deleted file mode 100644 index 32be74b..0000000 --- a/tsconfig-scryptTS.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "extends": "./tsconfig.json", - "include": ["src/**/*.ts"], - "compilerOptions": { - "noEmit": true, - "experimentalDecorators": true, - "target": "ESNext", - "esModuleInterop": true, - "plugins": [ - { - "transform": "/home/miha/.npm/_npx/2c137b5e74e84b07/node_modules/scrypt-ts-transpiler/dist/index.js", - "transformProgram": true, - "outDir": "artifacts" - } - ] - } -}