{ "compilerOptions": { "module": "commonjs", "target": "ES5", "outDir": "./build", "sourceMap": true }, "files": [ "src/index.ts" ] }