UNPKG

@fastlanejs/base

Version:

Base Interface for communicating with the fastlane socket server

22 lines (21 loc) 511 B
{ "compilerOptions": { "moduleResolution": "node", "target": "es2015", "allowJs": true, "module": "commonjs", "lib": ["es2018", "es2015"], "strict": true, "noEmitOnError": false, "sourceMap": false, "declaration": true, "allowSyntheticDefaultImports": true, "experimentalDecorators": true, "emitDecoratorMetadata": true, "outDir": "dist", "strictNullChecks": false, "rootDir": "src" }, "include": ["src/*.ts"] // "files": ["src/index.ts"] }