UNPKG

npm-pkg-kit

Version:

CLI tool to simplify NPM package creation by generating boilerplate setup

20 lines (19 loc) 431 B
export default { compilerOptions: { esModuleInterop: true, module: 'commonjs', moduleResolution: 'node', noImplicitAny: true, noImplicitReturns: true, noImplicitThis: true, noUnusedLocals: true, noUnusedParameters: true, outDir: './dist', removeComments: true, rootDir: './src', strict: true, strictFunctionTypes: true, strictNullChecks: true, target: 'esnext', }, }