UNPKG

create-github

Version:

a command-line tool to quickly initialize a Git repository and push it to GitHub

16 lines (15 loc) 395 B
{ "compilerOptions": { "target": "ES2020", "module": "CommonJS", "outDir": "./dist", "rootDir": "./src", "strict": true, "esModuleInterop": true, "skipLibCheck": true, "typeRoots": ["node_modules/@types"], "forceConsistentCasingInFileNames": true }, "include": ["src/**/*"], "exclude": ["node_modules", "**/*.test.ts"] }