{ "extends": "./tsconfig.json", "compilerOptions": { "lib": ["webworker"], "module": "umd", "outDir": "./lib/umd", }, "exclude": [ "node_modules", "out", "lib", "test" ] }