UNPKG

review-edit-auto

Version:

scan your project, only review edited code in given time-range automatic

21 lines (20 loc) 464 B
{ "compilerOptions": { "target": "es5", "module": "UMD", "moduleResolution": "node", "outDir": "lib", "baseUrl": "src", "sourceMap": false, "declaration": true, "declarationDir": "lib", "strict": false, "strictNullChecks": true, "allowJs": true, "forceConsistentCasingInFileNames": true, "allowSyntheticDefaultImports": true, "skipLibCheck": true }, "include": ["src"], "exclude": ["node_modules"] }