UNPKG

@plastichub/osr-mail

Version:

This is a CLI(CommandLineInterface) toolset to convert media files

26 lines 502 B
{ "compilerOptions": { "module": "commonjs", "target": "ES2022", "allowJs": true, "noImplicitAny": false, "noImplicitThis": false, "alwaysStrict": true, "inlineSourceMap": true, "outDir": "./", "experimentalDecorators": true, "emitDecoratorMetadata": true, "pretty": true, "baseUrl": "./src", "rootDir": "./src", "esModuleInterop": true, "allowSyntheticDefaultImports": true }, "filesGlob": [ "./src/**/*.ts" ], "files": [ "./src/index.ts", "./src/main.ts" ] }