UNPKG

@luban-cli/cli-lib-service

Version:
36 lines (31 loc) 861 B
{ "include": ["components/**/*", "types/**/*"], "exclude": ["lib", "es"], "compilerOptions": { "target": "ESNext", "module": "ESNext", "removeComments": true, "jsx": "react", "declaration": true, "alwaysStrict": true, "noImplicitAny": true, "noImplicitThis": true, "strict": true, "strictBindCallApply": true, "strictFunctionTypes": true, "strictNullChecks": true, "strictPropertyInitialization": true, "allowSyntheticDefaultImports": true, "baseUrl": "./", "esModuleInterop": true, "moduleResolution": "node", "noUnusedLocals": true, "noUnusedParameters": true, "noImplicitReturns": true, "noFallthroughCasesInSwitch": true, "resolveJsonModule": true, "skipDefaultLibCheck": true, "skipLibCheck": true, "forceConsistentCasingInFileNames": true } }