diff --git a/tsconfigBase.json b/tsconfigBase.json deleted file mode 100644 index d490bea..0000000 --- a/tsconfigBase.json +++ /dev/null @@ -1,27 +0,0 @@ -{ - "compilerOptions": { - "allowJs": true, - "checkJs": true, - "baseUrl": ".", - "outDir": "dist/typescript", - "newLine": "lf", - "declaration": true, - "emitDeclarationOnly": true, - "resolveJsonModule": true, - "esModuleInterop": true, - "paths": { - "lib/*": [ - "src/lib/*" - ], - "src/*": [ - "src/*" - ], - "root/*": [ - "./*" - ] - } - }, - "typeAcquisition": { - "enable": true - } -} \ No newline at end of file