{ "extends": "./tsconfig.json", "compilerOptions": { "outDir": "./dist", "rootDir": "./src", "module": "CommonJS" }, "exclude": [ "test" ] }