UNPKG

georgebullock

Version:

A micro CLI package to learn about George Bullock

17 lines (16 loc) 319 B
{ "compilerOptions": { "target": "es5", "module": "commonjs", "lib": ["es6"], "allowJs": true, "rootDir": "./", "outDir": "build", "strict": true, "esModuleInterop": true, "types": ["node"], "skipLibCheck": true }, "include": ["index.ts"], "exclude": ["index.spec.ts"] }