diff --git a/tsconfigBase.json b/tsconfigBase.json new file mode 100644 index 0000000..d490bea --- /dev/null +++ b/tsconfigBase.json @@ -0,0 +1,27 @@ +{ + "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