{ "compilerOptions": { "module": "commonjs", "lib": ["es6"], "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": ["../"], "types": [], "noEmit": true, "forceConsistentCasingInFileNames": true, "paths": { "micromatch": [ "micromatch/v2" ] } }, "files": [ "index.d.ts", "browser-sync-webpack-plugin-tests.ts" ] }