UNPKG

coc-api

Version:

Yet another Clash of Clans API, but with TS support

23 lines (19 loc) 409 B
{ "compilerOptions": { /* Basic Options */ "target": "ES6", "module": "CommonJS", "outDir": "./dist/", "rootDir": "./src/", /* Strict Type-Checking Options */ "strict": true, /* Module Resolution Options */ "esModuleInterop": true, /* Advanced Options */ "skipLibCheck": true, "forceConsistentCasingInFileNames": true }, "exclude": [ "tests" ] }