{ "extends": "./tsconfig.json", "compilerOptions": { "module": "amd", "outFile": "./dist/bundle.js" }, "files": [ "./src/index.ts" ] }