Usage Add the package as a dependency to your project npm add @mckayla/tsconfig Update your tsconfig.json { "extends": "@mckayla/tsconfig", "compilerOptions": { "outDir": "./build/", "types": [], "baseUrl": "." }, "include": ["./src/**/*"] }