{ "compilerOptions": { "baseUrl": ".", "module": "commonjs", "noImplicitAny": true, "noUnusedLocals": true, "noUnusedParameters": true, "removeComments": true, "sourceMap": true, "allowJs": true, "checkJs": true, "lib": ["es6", "dom"], "plugins": [ { "name": "typescript-tslint-plugin", "jsEnable": true } ] } }